Fix NoEmptyLineSeparatorCheck (#18990)

Signed-off-by: Leo Siepel <leosiepel@gmail.com>
This commit is contained in:
lsiepel
2025-07-21 23:54:54 +02:00
committed by GitHub
parent 446c8c089f
commit d64a011ab4
19 changed files with 0 additions and 23 deletions
@@ -166,7 +166,6 @@ public class StateFilterProfile implements StateProfile {
expression, callback.getItemChannelLink(),
StateCondition.ComparisonType.namesAndSymbols());
return;
}
String lhs = matcher.group(1).trim();