mirror of
https://github.com/danieldemus/openhab-addons
synced 2026-07-31 13:34:22 +02:00
Fix NoEmptyLineSeparatorCheck (#18990)
Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
-1
@@ -166,7 +166,6 @@ public class StateFilterProfile implements StateProfile {
|
||||
expression, callback.getItemChannelLink(),
|
||||
StateCondition.ComparisonType.namesAndSymbols());
|
||||
return;
|
||||
|
||||
}
|
||||
|
||||
String lhs = matcher.group(1).trim();
|
||||
|
||||
Reference in New Issue
Block a user