Skip to content

Commit c78ede8

Browse files
committed
CommandLiterals.kt formatted.
Signed-off-by: Pavel Erokhin (MairwunNx) <MairwunNx@gmail.com>
1 parent 8119636 commit c78ede8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/main/kotlin/com/mairwunnx/projectessentials/home/commands/CommandLiterals.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,7 @@ inline val configureHomeLiteral: LiteralArgumentBuilder<CommandSource>
8787
Commands.literal("respawn-home-select-strategy").then(
8888
Commands.literal("set").then(
8989
Commands.argument(
90-
"value",
91-
EnumArgument.enumArgument(HomeSelectStrategy::class.java)
90+
"value", EnumArgument.enumArgument(HomeSelectStrategy::class.java)
9291
).executes {
9392
ConfigureHomeCommand.respawnHomeSelectStrategy(it)
9493
}

0 commit comments

Comments
 (0)