chore: make code style consistent

This commit is contained in:
Citymonstret 2022-06-10 10:24:50 +02:00 committed by Jason
parent a2cea2f33e
commit 89ec3fbf29
380 changed files with 479 additions and 936 deletions

View file

@ -601,7 +601,5 @@ public final class ExamplePlugin extends JavaPlugin {
* @return Required game mode
*/
GameMode value();
}
}

View file

@ -45,6 +45,7 @@ import org.checkerframework.framework.qual.DefaultQualifier;
@DefaultQualifier(NonNull.class)
final class Mc113 {
private final BukkitCommandManager<CommandSender> manager;
Mc113(final BukkitCommandManager<CommandSender> manager) {
@ -98,5 +99,4 @@ final class Mc113 {
ctx.getSender().sendMessage("result: " + predicate.test(
protoItemStack.createItemStack(1, true)));
}
}