mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 17:57:38 +00:00
Reduced indentation on a piece of code.
This commit is contained in:
parent
af9e2da6d3
commit
771d068826
@ -240,10 +240,10 @@ public class Parser {
|
||||
case 0:
|
||||
if (singleStatement) {
|
||||
throw new ParserException(peek().getPosition(), "Statement expected.");
|
||||
} else {
|
||||
return new Sequence(peek().getPosition());
|
||||
}
|
||||
|
||||
return new Sequence(peek().getPosition());
|
||||
|
||||
case 1:
|
||||
return statements.get(0);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user