aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-10-20 23:40:59 +0200
committerhannibal2 <24389977+hannibal00212@users.noreply.github.com>2024-10-20 23:40:59 +0200
commit8076557ac5448d132c825e680813634c6fd866b0 (patch)
tree8b0a3a35c96fdc60530d6fa039eef44a5b6d357a
parent6f43bc161c4ef41ff33626f94cda0e15a6407a0e (diff)
downloadSkyHanni-8076557ac5448d132c825e680813634c6fd866b0.tar.gz
SkyHanni-8076557ac5448d132c825e680813634c6fd866b0.tar.bz2
SkyHanni-8076557ac5448d132c825e680813634c6fd866b0.zip
fix formatting errors that detekt doesn't like
-rw-r--r--src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt8
1 files changed, 4 insertions, 4 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 d701e745b..fe245eca7 100644
--- a/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
+++ b/src/main/java/at/hannibal2/skyhanni/config/commands/Commands.kt
@@ -208,7 +208,7 @@ object Commands {
event.register("shcopytranslation") {
description =
"Copy the translation of a message in another language to your clipboard.\n" +
- "Uses a 2 letter language code that can be found at the end of a translation message."
+ "Uses a 2 letter language code that can be found at the end of a translation message."
category = CommandCategory.USERS_ACTIVE
callback { Translator.fromNativeLanguage(it) }
}
@@ -590,7 +590,7 @@ object Commands {
event.register("shdebugscoreboard") {
description =
"Monitors the scoreboard changes: " +
- "Prints the raw scoreboard lines in the console after each update, with time since last update."
+ "Prints the raw scoreboard lines in the console after each update, with time since last update."
category = CommandCategory.DEVELOPER_DEBUG
callback { ScoreboardData.toggleMonitor() }
}
@@ -746,8 +746,8 @@ object Commands {
event.register("shresetconfig") {
description =
"Reloads the config manager and rendering processors of MoulConfig. " +
- "This §cWILL RESET §7your config, but also updating the java config files " +
- "(names, description, orderings and stuff)."
+ "This §cWILL RESET §7your config, but also updating the java config files " +
+ "(names, description, orderings and stuff)."
category = CommandCategory.DEVELOPER_TEST
callback { SkyHanniDebugsAndTests.resetConfigCommand() }
}