From 08feb1795ec2a6c3d0f7b34ab361e5d4b1ef8417 Mon Sep 17 00:00:00 2001 From: Isiah Meadows Date: Tue, 5 Feb 2019 11:19:54 -0500 Subject: [PATCH] Fix linter error --- stream/tests/test-scan.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stream/tests/test-scan.js b/stream/tests/test-scan.js index 6dc30e58..22ee4407 100644 --- a/stream/tests/test-scan.js +++ b/stream/tests/test-scan.js @@ -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()