enhance indent

This commit is contained in:
garnier-quentin 2019-10-10 11:34:38 +02:00
parent 3f9c5a0bd0
commit 38062b33d3

View File

@ -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;
}