From 6589d7942c0b6d48bbd24bf616d015e33cbd8fe5 Mon Sep 17 00:00:00 2001 From: garnier-quentin Date: Thu, 10 Oct 2019 11:34:38 +0200 Subject: [PATCH] enhance indent --- apps/java/jboss/jmx/mode/datasourceusage.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/java/jboss/jmx/mode/datasourceusage.pm b/apps/java/jboss/jmx/mode/datasourceusage.pm index fc102bdc8..4ea71751b 100644 --- a/apps/java/jboss/jmx/mode/datasourceusage.pm +++ b/apps/java/jboss/jmx/mode/datasourceusage.pm @@ -84,10 +84,10 @@ sub new { my $self = $class->SUPER::new(package => __PACKAGE__, %options, statefile => 1); bless $self, $class; - $options{options}->add_options(arguments => - { - "filter-name:s" => { name => 'filter_name' }, - }); + $options{options}->add_options(arguments => { + 'filter-name:s' => { name => 'filter_name' }, + }); + return $self; }