mirror of
https://github.com/centreon/centreon-plugins.git
synced 2025-07-24 22:25:02 +02:00
code style
This commit is contained in:
parent
a3f36f5a91
commit
a373c63f29
@ -44,8 +44,8 @@ sub new {
|
||||
}
|
||||
);
|
||||
$self->{version} = '1.0';
|
||||
%{$self->{modes}} = ();
|
||||
%{$self->{custom_modes}} = ();
|
||||
$self->{modes} = {};
|
||||
$self->{custom_modes} = {};
|
||||
$self->{default} = undef;
|
||||
$self->{customdefault} = {};
|
||||
$self->{custommode_current} = undef;
|
||||
|
Loading…
x
Reference in New Issue
Block a user