Skip to content

Commit ccff6bb

Browse files
authored
chore: fix JavaScript lint errors
PR-URL: #7066 Closes: #6826 Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent b81fb3c commit ccff6bb

File tree

1 file changed

+2
-0
lines changed
  • lib/node_modules/@stdlib/number/int32/base/to-uint32/lib

1 file changed

+2
-0
lines changed

lib/node_modules/@stdlib/number/int32/base/to-uint32/lib/main.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,13 @@
2828
*
2929
* @example
3030
* var float64ToInt32 = require( '@stdlib/number/float64/base/to-int32' );
31+
*
3132
* var y = int32ToUint32( float64ToInt32( -1.0 ) );
3233
* // returns 4294967295
3334
*
3435
* @example
3536
* var float64ToInt32 = require( '@stdlib/number/float64/base/to-int32' );
37+
*
3638
* var y = int32ToUint32( float64ToInt32( 3 ) );
3739
* // returns 3
3840
*/

0 commit comments

Comments
 (0)