Skip to content

Commit 774d132

Browse files
iansan5653Copilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 3fbc63c commit 774d132

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/test-normalize-hotkey.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ describe('normalizeHotkey', () => {
3030
['Mod+a', 'Control+a', undefined],
3131
// Modifier sorting
3232
['Shift+Alt+Meta+Control+m', 'Control+Alt+Meta+Shift+m'],
33-
['Shift+Alt+Mod+m', 'Control+Alt+Shift+m', 'win']
33+
['Shift+Alt+Mod+m', 'Control+Alt+Shift+m', 'win'],
3434
// Edge case: only modifiers
3535
['Alt', 'Alt', 'win / linux'],
3636
['Alt+Mod', 'Control+Alt', 'win / linux']

0 commit comments

Comments
 (0)