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