[Pkg-javascript-commits] [node-jsonstream] 168/214: Remove extra space

Bastien Roucariès rouca at moszumanska.debian.org
Fri Dec 1 12:58:55 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-jsonstream.

commit 1ff0625351b907864995462d1cf4e1e75c5603d6
Author: Guillaume Chauvet <g.chauvet at bimedia.com.fr>
Date:   Mon Aug 31 16:31:34 2015 +0200

    Remove extra space
---
 index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.js b/index.js
index 7d0b5ca..ebefb63 100755
--- a/index.js
+++ b/index.js
@@ -18,7 +18,7 @@ exports.parse = function (path, map) {
   var stream = through(function (chunk) {
     if('string' === typeof chunk)
       chunk = new Buffer(chunk)
-      parser.write(chunk);
+    parser.write(chunk);
   },
   function (data) {
     if(data)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-jsonstream.git



More information about the Pkg-javascript-commits mailing list