Skip to content

Commit

Permalink
style(format): run gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeXun authored and github-actions[bot] committed Aug 10, 2024
1 parent f87b7b4 commit e2cb8cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ type Item struct {

const (
popOutMenuHeight int = 20
langStrMaxLength int = 32
keyMapText string = `[#%[1]s]<C-c>[-]
langStrMaxLength int = 32
keyMapText string = `[#%[1]s]<C-c>[-]
Exit program.
[#%[1]s]<Esc>[-]
Toggle pop out menu.
Expand Down

0 comments on commit e2cb8cf

Please sign in to comment.