Fix linter error

This commit is contained in:
Isiah Meadows 2019-02-05 11:19:54 -05:00
parent de2e60acb3
commit 08feb1795e

View file

@ -51,7 +51,7 @@ o.spec("scan", function() {
action(7)
action("11")
action(undefined)
action({a: 1})
action({a: 1})
action(8) // assures we didn't break the accumulator
result = child()