Skip to content

Commit 7f2c408

Browse files
committed
fix: add missing newline to second file
1 parent 4853da2 commit 7f2c408

File tree

1 file changed

+1
-0
lines changed
  • lib/node_modules/@stdlib/number/float32/base/to-binary-string/docs/types

1 file changed

+1
-0
lines changed

lib/node_modules/@stdlib/number/float32/base/to-binary-string/docs/types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@
7171
* var str = toBinaryStringf( NINF );
7272
* // returns '11111111100000000000000000000000'
7373
*/
74+
7475
declare function toBinaryStringf( x: number ): string;
7576

7677

0 commit comments

Comments
 (0)