Skip to content

Commit f7463f8

Browse files
committed
Fixed formatting
1 parent a0c6d17 commit f7463f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/scriptbasic/lexer/BasicLexicalElement.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ public Boolean isLineTerminator() {
182182
@Override
183183
public Boolean isStatementSeparator() {
184184
return getType() == TYPE_SYMBOL && getLexeme().length() == 1
185-
&& getLexeme().codePointAt(0)==':';
185+
&& getLexeme().codePointAt(0) == ':';
186186
}
187187

188188
}

0 commit comments

Comments
 (0)