Skip to content

Commit 88650aa

Browse files
committed
test: remove extraneous space
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: #8097 Reviewed-By: targos - Michaël Zasso <mic.besace@gmail.com> Reviewed-By: jasnell - James M Snell <jasnell@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io>
1 parent 6478260 commit 88650aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-zlib-truncated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
require('../common');
55
const assert = require('assert');
6-
const zlib = require ('zlib');
6+
const zlib = require('zlib');
77

88
const inputString = 'ΩΩLorem ipsum dolor sit amet, consectetur adipiscing eli' +
99
't. Morbi faucibus, purus at gravida dictum, libero arcu ' +

0 commit comments

Comments
 (0)