some codestyle application

This commit is contained in:
dordsor21
2021-09-08 16:39:43 +01:00
parent dc11b74020
commit 195a13a23c
92 changed files with 465 additions and 291 deletions

View File

@ -384,9 +384,9 @@ public final class PlatformCommandManager {
final List<Command> subCommands = manager.getAllCommands().collect(Collectors.toList());
cmd.addPart(SubCommandPart.builder(
Caption.of("worldedit.argument.action"),
TextComponent.of("Sub-command to run.")
)
Caption.of("worldedit.argument.action"),
TextComponent.of("Sub-command to run.")
)
.withCommands(subCommands)
.required()
.build());
@ -419,9 +419,9 @@ public final class PlatformCommandManager {
final List<Command> subCommands = manager.getAllCommands().collect(Collectors.toList());
cmd.addPart(SubCommandPart.builder(
Caption.of("worldedit.argument.action"),
TextComponent.of("Sub-command to run.")
)
Caption.of("worldedit.argument.action"),
TextComponent.of("Sub-command to run.")
)
.withCommands(subCommands)
.required()
.build());