update indent
This commit is contained in:
parent
13ee66243c
commit
f976715ca0
|
@ -53,7 +53,6 @@ sub load {
|
||||||
sub check {
|
sub check {
|
||||||
my ($self) = @_;
|
my ($self) = @_;
|
||||||
|
|
||||||
|
|
||||||
$self->{output}->output_add(long_msg => "Checking sensors");
|
$self->{output}->output_add(long_msg => "Checking sensors");
|
||||||
$self->{components}->{sensor} = {name => 'sensors', total => 0, skip => 0};
|
$self->{components}->{sensor} = {name => 'sensors', total => 0, skip => 0};
|
||||||
return if ($self->check_filter(section => 'sensor'));
|
return if ($self->check_filter(section => 'sensor'));
|
||||||
|
|
Loading…
Reference in New Issue