Skip to content

Commit

Permalink
Add missing spacing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng committed Dec 1, 2024
1 parent f38d02b commit 2ec02c7
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,13 @@ internal object FluentContextMenuRepresentation : ContextMenuRepresentation {
}
} else {
if (keyData.isAltPressed) {
append("")
append(" ")
}
if (keyData.isCtrlPressed) {
append("")
append(" ")
}
if (keyData.isShiftPressed) {
append("")
append(" ")
}
}
append(keyData.key.toString().removePrefix("Key: "))
Expand Down

0 comments on commit 2ec02c7

Please sign in to comment.