mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-23 18:14:03 +00:00
Whitespace police
This commit is contained in:
@@ -167,8 +167,7 @@ public class Parser {
|
||||
final RValue body = parseStatements(true);
|
||||
|
||||
statements.add(new For(current.getPosition(), init, condition, increment, body));
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
position = oldPosition;
|
||||
|
||||
final Token variableToken = peek();
|
||||
|
Reference in New Issue
Block a user