Skip to content

Commit 8cebb99

Browse files
authored
resolve lint errors
Signed-off-by: Harsh <[email protected]>
1 parent 5c59f48 commit 8cebb99

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/num-high-word-significand-bits/examples

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/num-high-word-significand-bits/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
'use strict';
2020

21-
var FLOAT32_NUM_HIGH_WORD_SIGNIFICAND_BITS = require( '@stdlib/constants/float32/num-high-word-significand-bits/lib' ); // eslint-disable-line id-length
21+
var FLOAT32_NUM_HIGH_WORD_SIGNIFICAND_BITS = require( './../lib' ); // eslint-disable-line id-length
2222

2323
console.log( FLOAT32_NUM_HIGH_WORD_SIGNIFICAND_BITS );
2424
// => 23

0 commit comments

Comments
 (0)