enhance indent

This commit is contained in:
garnier-quentin 2019-10-15 17:40:37 +02:00
parent 3844de5593
commit 208de4c090
12 changed files with 54 additions and 53 deletions

View File

@ -31,10 +31,10 @@ sub new {
$self->{version} = '0.1'; $self->{version} = '0.1';
%{$self->{modes}} = ( %{$self->{modes}} = (
'folder' => 'apps::citrix::local::mode::folder',
'license' => 'apps::citrix::local::mode::license', 'license' => 'apps::citrix::local::mode::license',
'session' => 'apps::citrix::local::mode::session', 'session' => 'apps::citrix::local::mode::session',
'zone' => 'apps::citrix::local::mode::zone', 'zone' => 'apps::citrix::local::mode::zone',
'folder' => 'apps::citrix::local::mode::folder',
); );
return $self; return $self;

View File

@ -39,6 +39,7 @@ sub new {
'nodes-stats' => 'apps::redis::restapi::mode::nodesstats', 'nodes-stats' => 'apps::redis::restapi::mode::nodesstats',
'shards-stats' => 'apps::redis::restapi::mode::shardsstats', 'shards-stats' => 'apps::redis::restapi::mode::shardsstats',
); );
$self->{custom_modes}{api} = 'apps::redis::restapi::custom::api'; $self->{custom_modes}{api} = 'apps::redis::restapi::custom::api';
return $self; return $self;
} }