Skip to content

Commit 14517c7

Browse files
committed
refactor: remove extra tab
1 parent cdea7af commit 14517c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/com/lambda/module/hud/ModuleList.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ModuleList : HudModule(
4545
if (showKeybind) {
4646
val color = if (it.keybind.key == 0 && it.keybind.mouse == -1) Color.RED else Color.GREEN
4747

48-
sameLine()
48+
sameLine()
4949
withStyleColor(ImGuiCol.Text, color) { text(" [${it.keybind.name}]") }
5050
}
5151
}

0 commit comments

Comments
 (0)