From be41f584f3e6a5b7ec342984dc5152717b6eb600 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 13 Aug 2016 15:03:48 -0700 Subject: [PATCH] test: remove extraneous space MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change `require ('zlib');` to `require('zlib');` in conformance with style in the rest of the code base. This is in preparation for enabling linting for that issue. PR-URL: https://github.com/nodejs/node/pull/8097 Reviewed-By: targos - Michaël Zasso Reviewed-By: jasnell - James M Snell Reviewed-By: Roman Reiss --- test/parallel/test-zlib-truncated.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/parallel/test-zlib-truncated.js b/test/parallel/test-zlib-truncated.js index da82acb6575b05..db2fca5e51271c 100644 --- a/test/parallel/test-zlib-truncated.js +++ b/test/parallel/test-zlib-truncated.js @@ -3,7 +3,7 @@ require('../common'); const assert = require('assert'); -const zlib = require ('zlib'); +const zlib = require('zlib'); const inputString = 'ΩΩLorem ipsum dolor sit amet, consectetur adipiscing eli' + 't. Morbi faucibus, purus at gravida dictum, libero arcu ' +