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

@ -227,8 +227,8 @@ public class GenerationCommands {
}
@Command(
name = "/hpyramid",
desc = "Generate a hollow pyramid"
name = "/hpyramid",
desc = "Generate a hollow pyramid"
)
@CommandPermissions("worldedit.generation.pyramid")
@Logging(PLACEMENT)