Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hannibal002 committed Oct 16, 2024
1 parent 76c0b44 commit 40f16e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/at/hannibal2/skyhanni/test/DebugCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object DebugCommand {
if (search.equalsIgnoreColor("all")) {
"search for everything:"
} else "search '$search':"
} else "no search specified, only showing interesting stuff:"
} else "no search specified, only showing interesting stuff:",
)

val event = DebugDataCollectEvent(list, search)
Expand Down

0 comments on commit 40f16e7

Please sign in to comment.