Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-12-25 02:20:07 +01:00
Whitespace police
Dieser Commit ist enthalten in:
Ursprung
5ec6276674
Commit
77bd86a203
@ -167,8 +167,7 @@ public class Parser {
|
|||||||
final RValue body = parseStatements(true);
|
final RValue body = parseStatements(true);
|
||||||
|
|
||||||
statements.add(new For(current.getPosition(), init, condition, increment, body));
|
statements.add(new For(current.getPosition(), init, condition, increment, body));
|
||||||
}
|
} else {
|
||||||
else {
|
|
||||||
position = oldPosition;
|
position = oldPosition;
|
||||||
|
|
||||||
final Token variableToken = peek();
|
final Token variableToken = peek();
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren