Style changes for review

This commit is contained in:
Jonathan Müller
2022-06-14 19:43:36 +02:00
parent 6e1c50ede1
commit bba499044b
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ module.exports = (win) => {
go1sForward: () => pressKey(win, "l", ["shift"]),
shuffle: () => pressKey(win, "s"),
switchRepeat: (n = 1) => {
for (let i = 0; i != n; ++i)
for (let i = 0; i < n; i++)
pressKey(win, "r");
},
// General