From 5fe6b8b245f0bedc59c649aed4ea66b46747d7f1 Mon Sep 17 00:00:00 2001 From: Trevor Harwell Date: Thu, 26 Apr 2018 14:46:55 -0400 Subject: [PATCH] Fix code style formatting --- papaparse.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/papaparse.js b/papaparse.js index 9be3071..fcd1b28 100755 --- a/papaparse.js +++ b/papaparse.js @@ -890,7 +890,8 @@ } }; - this._addToParseQueue = function(chunk, callback) { + this._addToParseQueue = function(chunk, callback) + { // add to queue so that we can indicate // completion via callback // node will automatically pause the incoming stream