mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-03 12:35:45 +01:00
Formatting fixes.
This commit is contained in:
@@ -170,7 +170,7 @@ commands.addUserCommand(["regr[essions]"],
|
||||
continue;
|
||||
|
||||
let testDescription = util.clip(test.cmds.join(" -> "), 80);
|
||||
for (let [,cmd] in Iterator(test.cmds))
|
||||
for (let [, cmd] in Iterator(test.cmds))
|
||||
{
|
||||
if (skipTests.indexOf(cmd) != -1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user