Skip to content

Commit

Permalink
squash! fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
maclover7 committed Aug 3, 2018
1 parent 5088900 commit 85cf319
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/net.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@ const {
ERR_SOCKET_BAD_PORT,
ERR_SOCKET_CLOSED
} = errors.codes;
const { validateString } = require('internal/validators');
const { validateInt32 } = require('internal/validators');
const { validateInt32, validateString } = require('internal/validators');
const kLastWriteQueueSize = Symbol('lastWriteQueueSize');

// Lazy loaded to improve startup performance.
Expand Down

0 comments on commit 85cf319

Please sign in to comment.