summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/through/test/async.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/through/test/async.js')
-rw-r--r--deps/npm/node_modules/through/test/async.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/through/test/async.js b/deps/npm/node_modules/through/test/async.js
index f6fc95f4ff..46bdbaebcb 100644
--- a/deps/npm/node_modules/through/test/async.js
+++ b/deps/npm/node_modules/through/test/async.js
@@ -4,7 +4,7 @@ var through = require('../')
var tape = require('tape')
tape('simple async example', function (t) {
-
+
var n = 0, expected = [1,2,3,4,5], actual = []
from(expected)
.pipe(through(function(data) {