From 6cf71645d9a13ba8ae39eef8cf67bdf0a32ad5b7 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Tue, 18 Jun 2019 14:25:11 +0200 Subject: [PATCH] fix indent oracle --- database/oracle/plugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/oracle/plugin.pm b/database/oracle/plugin.pm index 536fc6720..25209c030 100644 --- a/database/oracle/plugin.pm +++ b/database/oracle/plugin.pm @@ -40,7 +40,7 @@ sub new { 'datacache-hitratio' => 'database::oracle::mode::datacachehitratio', 'dictionary-cache-usage' => 'database::oracle::mode::dictionarycacheusage', 'event-waits-usage' => 'database::oracle::mode::eventwaitsusage', - 'fra-usage' => 'database::oracle::mode::frausage', + 'fra-usage' => 'database::oracle::mode::frausage', 'invalid-object' => 'database::oracle::mode::invalidobject', 'library-cache-usage' => 'database::oracle::mode::librarycacheusage', 'list-asm-diskgroups' => 'database::oracle::mode::listasmdiskgroups',