Skip to content

Commit a069b91

Browse files
authored
Removed extra line at the end of code in index.js
Signed-off-by: Uday Kakade <[email protected]>
1 parent 83c77e5 commit a069b91

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/assert/has-float16array-support/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/assert/has-float16array-support/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ var hasFloat16ArraySupport = require( './main.js' );
3737

3838
// EXPORTS //
3939

40-
module.exports = hasFloat16ArraySupport;
40+
module.exports = hasFloat16ArraySupport;

0 commit comments

Comments
 (0)