Skip to content

Commit e474883

Browse files
committed
remove extra space
Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
1 parent 5007664 commit e474883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bundles/org.openhab.core.model.item/src/org/openhab/core/model/validation/ItemsValidator.xtend

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ class ItemsValidator extends AbstractItemsValidator {
7070

7171
@Check
7272
def checkValidGroupFunction(ModelGroupItem item) {
73-
if (item.function !== null && !GroupFunction.VALID_FUNCTIONS.contains(item.function)) {
73+
if (item.function !== null && !GroupFunction.VALID_FUNCTIONS.contains(item.function)) {
7474
error("Invalid group function: " + item.function, ItemsPackage.Literals.MODEL_GROUP_ITEM__FUNCTION)
7575
}
7676
}

0 commit comments

Comments
 (0)