Skip to content

Commit a0eac85

Browse files
authored
resolve lint error
Signed-off-by: Harsh <[email protected]>
1 parent 12bd34b commit a0eac85

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/constants/float32/significand-bits/lib

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/constants/float32/significand-bits/lib/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* @type {integer32}
4040
* @default 23
4141
*/
42-
var FLOAT32_SIGNIFICAND_BITS = 23|0; // eslint-disable-line id-length
42+
var FLOAT32_SIGNIFICAND_BITS = 23|0;
4343

4444

4545
// EXPORTS //

0 commit comments

Comments
 (0)