mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-03-04 05:16:45 +00:00
98_PID20.pm: remove smartmatch issues
git-svn-id: https://svn.fhem.de/fhem/trunk@28753 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
52a9a54a19
commit
87722ef690
@ -360,7 +360,7 @@ sub PID20_Get($@)
|
||||
$ret .= 'Actor upper limit: ' . $hash->{helper}{actorLimitUpper} . "\n";
|
||||
return $ret;
|
||||
} else {
|
||||
return $usage; }
|
||||
return $usage;
|
||||
}
|
||||
}
|
||||
########################################
|
||||
|
Loading…
x
Reference in New Issue
Block a user