Skip to content

Commit 380e7b5

Browse files
authored
Two empty lines before headers lint issue fixed in test.js
Signed-off-by: Uday Kakade <[email protected]>
1 parent 5113a67 commit 380e7b5

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/assert/is-float16array/test

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/assert/is-float16array/test/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,14 @@ var Float32Array = require( '@stdlib/array/float32' );
3232
var Float64Array = require( '@stdlib/array/float64' );
3333
var isFloat16Array = require( './../lib' );
3434

35+
3536
// OPTIONS //
3637

3738
var opts = {
3839
'skip': ( typeof Float16Array === 'undefined' )
3940
};
4041

42+
4143
// TESTS //
4244

4345
tape( 'main export is a function', function test( t ) {

0 commit comments

Comments
 (0)