Add checkstyle validation for formatting, fix issues

This commit is contained in:
Kenzie Togami
2019-04-29 22:40:32 -07:00
parent 1e51bebc46
commit b1c042b196
6 changed files with 24 additions and 16 deletions

View File

@ -137,8 +137,8 @@ public class ToolCommands {
}
@Command(
name = "deltree",
desc = "Floating tree remover tool"
name = "deltree",
desc = "Floating tree remover tool"
)
@CommandPermissions("worldedit.tool.deltree")
public void deltree(Player player, LocalSession session) throws WorldEditException {
@ -150,8 +150,8 @@ public class ToolCommands {
}
@Command(
name = "farwand",
desc = "Wand at a distance tool"
name = "farwand",
desc = "Wand at a distance tool"
)
@CommandPermissions("worldedit.tool.farwand")
public void farwand(Player player, LocalSession session) throws WorldEditException {