Fix linter error
This commit is contained in:
parent
de2e60acb3
commit
08feb1795e
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ o.spec("scan", function() {
|
||||||
action(7)
|
action(7)
|
||||||
action("11")
|
action("11")
|
||||||
action(undefined)
|
action(undefined)
|
||||||
action({a: 1})
|
action({a: 1})
|
||||||
action(8) // assures we didn't break the accumulator
|
action(8) // assures we didn't break the accumulator
|
||||||
|
|
||||||
result = child()
|
result = child()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue