Skip to content

Commit

Permalink
Fix linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
leoeuclids committed Sep 12, 2023
1 parent 6936e17 commit a99750d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions addon/src/utils/keyboard-listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ export default class KeyboardListener {
} else {
keyboardListener.keyOrCode = part;
}
}
);
});

return keyboardListener;
}
Expand Down

0 comments on commit a99750d

Please sign in to comment.