chore: make code style consistent
This commit is contained in:
parent
a2cea2f33e
commit
89ec3fbf29
380 changed files with 479 additions and 936 deletions
|
|
@ -601,7 +601,5 @@ public final class ExamplePlugin extends JavaPlugin {
|
|||
* @return Required game mode
|
||||
*/
|
||||
GameMode value();
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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)));
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue