From f0b5d179bbe51fc9aa0c441a100719680d82c825 Mon Sep 17 00:00:00 2001 From: hannibal2 <24389977+hannibal00212@users.noreply.github.com> Date: Sat, 15 Jun 2024 22:13:22 +0200 Subject: formatting --- src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands') diff --git a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt index 22f7e2d28..a0a6e60d4 100644 --- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt +++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt @@ -550,7 +550,7 @@ object Commands { ) { HoppityEggLocations.toggleDebug() } registerCommand( "shresetmineshaftpitystats", - "Resets the mineshaft pity display stats" + "Resets the mineshaft pity display stats", ) { MineshaftPityDisplay.fullResetCounter() } } -- cgit