mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 09:08:10 +01:00
Run stylebot -- semicolons.
This commit is contained in:
@@ -32,14 +32,14 @@ for (var [k, v] in Iterator({
|
||||
|
||||
assert: function (funcName, value, comment)
|
||||
test(value, {
|
||||
function: funcName,
|
||||
function: funcName,
|
||||
value: toJSON(value),
|
||||
comment: toJSON(comment)
|
||||
}),
|
||||
|
||||
assertEqual: function (funcName, want, got, comment)
|
||||
test(want == got, {
|
||||
function: funcName,
|
||||
function: funcName,
|
||||
want: toJSON(want), got: toJSON(got),
|
||||
comment: toJSON(comment)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user