Skip to content

Commit e9c8c76

Browse files
committed
Remove empty line
1 parent a62ceb3 commit e9c8c76

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • lib/node_modules/@stdlib/nlp/tokenize/test

lib/node_modules/@stdlib/nlp/tokenize/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,6 @@ tape( 'the function tokenizes a string (preserving whitespace)', function test(
183183
actual = tokenize( str );
184184
t.deepEqual( actual, expected, 'returns an array of tokens' );
185185

186-
187186
t.end();
188187
});
189188

0 commit comments

Comments
 (0)