Skip to content

Commit 0050358

Browse files
committed
fixup! linter
1 parent c5b0df9 commit 0050358

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

lib/internal/repl/utils.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ const {
2828
ERR_INSPECTOR_NOT_AVAILABLE,
2929
} = require('internal/errors').codes;
3030

31-
const {
32-
kIsMultiline,
33-
} = require('internal/readline/interface');
34-
3531
const {
3632
clearLine,
3733
clearScreenDown,
@@ -40,6 +36,7 @@ const {
4036
} = require('internal/readline/callbacks');
4137

4238
const {
39+
kIsMultiline,
4340
kSetLine,
4441
} = require('internal/readline/interface');
4542

0 commit comments

Comments
 (0)