Skip to content

Commit 28b8f7f

Browse files
committed
fix: lint test file
1 parent cc312ab commit 28b8f7f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

test/parallel/test-repl-async-iife.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
'use strict'
1+
'use strict';
22
require('../common');
33

44
// Note: This test ensures that async IIFE doesn't crash
@@ -8,4 +8,3 @@ const repl = require('repl').start({ terminal: true });
88

99
repl.write('(async() => { })()\n');
1010
repl.write('.exit\n');
11-

0 commit comments

Comments
 (0)