aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/config/commands
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-15 22:13:22 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-06-15 22:13:22 +0200
commitf0b5d179bbe51fc9aa0c441a100719680d82c825 (patch)
tree14f4f46eacf05d6fb5e11b873f081d4a876b8691 /src/main/java/at/hannibal2/skyhanni/config/commands
parentbfe43b7ebffab551740d32cf919db27504d27ffb (diff)
downloadskyhanni-f0b5d179bbe51fc9aa0c441a100719680d82c825.tar.gz
skyhanni-f0b5d179bbe51fc9aa0c441a100719680d82c825.tar.bz2
skyhanni-f0b5d179bbe51fc9aa0c441a100719680d82c825.zip
formatting
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/config/commands')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt2
1 files changed, 1 insertions, 1 deletions
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() }
}