Cleanup indentation

This commit is contained in:
broccolai 2020-09-10 22:00:48 +00:00 committed by Alexander Söderberg
parent 08171c241c
commit 2e4a223acd

View file

@ -73,6 +73,7 @@ public class StringComponent<C extends CommandSender> extends CommandComponent<C
}
private static final class StringParser<C extends CommandSender> implements ComponentParser<C, String> {
private final boolean greedy;
public StringParser(final boolean greedy) {