Skip to content

Commit e30b389

Browse files
committed
Remove empty line
1 parent f1d55c3 commit e30b389

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/assert/is-node-repl/test/test.is_node_repl.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ tape( 'the function returns `false` if the function is not either required or ca
162162
}
163163
});
164164

165-
166165
tape( 'the function returns `false` if the function is not either required or called from a Node.js REPL (deep require)', function test( t ) {
167166
var isNodeREPL = proxyquire( './../lib/is_node_repl.js', {
168167
'@stdlib/assert/is-node': true,

0 commit comments

Comments
 (0)