Skip to content

Commit 9e5a088

Browse files
Trottaddaleax
authored andcommitted
lib: adjust indentation for impending lint change
ESLint 4.x provides stricter indentation linting than previous versions. In preparation for enabling the stricter indentation linting, adjust the indentation of four lines in lib/net.js and lib/repl.js. Backport-PR-URL: #14520 Backport-Reviewed-By: Anna Henningsen <[email protected]> PR-URL: #14403 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Yuta Hiroto <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Timothy Gu <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]>
1 parent e9088f9 commit 9e5a088

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/net.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -986,9 +986,9 @@ Socket.prototype.connect = function() {
986986
if (pipe) {
987987
if (typeof path !== 'string') {
988988
throw new errors.TypeError('ERR_INVALID_ARG_TYPE',
989-
'options.path',
990-
'string',
991-
path);
989+
'options.path',
990+
'string',
991+
path);
992992
}
993993
internalConnect(this, path);
994994
} else {

0 commit comments

Comments
 (0)