Skip to content

Commit 09eb71d

Browse files
authored
Merge pull request #83 from reeflective/dev
dev
2 parents 1e7e6f7 + e2c35cb commit 09eb71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/keymap/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,5 @@ func (m *Engine) restrictCommands(mode Mode, commands []string) map[string]input
119119
}
120120

121121
func isValidCommand(widget string, commands []string) bool {
122-
return slices.Contains(commands, widget)
122+
return slices.Contains(commands, widget)
123123
}

0 commit comments

Comments
 (0)