Commit bb05beb1 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

Bugfix

parent 9175d477
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1020,7 +1020,7 @@ class CodeStyleValidator extends AbstractDeclarativeValidator {
					}
				}
			}
		} while (nextLevelCheck != null || !nextLevelCheck.empty)
		} while (nextLevelCheck != null && !nextLevelCheck.empty)

		return false
	}