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:
betateilchen
2024-04-05 10:21:11 +00:00
parent fa0650c712
commit b00d62c0c9

View File

@@ -360,7 +360,7 @@ sub PID20_Get($@)
$ret .= 'Actor upper limit: ' . $hash->{helper}{actorLimitUpper} . "\n";
return $ret;
} else {
return $usage; }
return $usage;
}
}
########################################