summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/JSONStream/test/null.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/JSONStream/test/null.js')
-rw-r--r--deps/npm/node_modules/JSONStream/test/null.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/JSONStream/test/null.js b/deps/npm/node_modules/JSONStream/test/null.js
index 25628ee585..95dd60c0af 100644
--- a/deps/npm/node_modules/JSONStream/test/null.js
+++ b/deps/npm/node_modules/JSONStream/test/null.js
@@ -14,7 +14,7 @@ var test = require('tape')
test ('null properties', function (t) {
var actual = []
- var stream =
+ var stream =
JSONStream.parse('*.optional')
.on('data', function (v) { actual.push(v) })