Skip to content

Commit

Permalink
test: remove extraneous space
Browse files Browse the repository at this point in the history
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 <[email protected]>
Reviewed-By: jasnell - James M Snell <[email protected]>
Reviewed-By: Roman Reiss <[email protected]>
  • Loading branch information
Trott authored and evanlucas committed Aug 20, 2016
1 parent 853f605 commit be41f58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-zlib-truncated.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 ' +
Expand Down

0 comments on commit be41f58

Please sign in to comment.