Skip to content

Commit 191cc49

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 569dbfe commit 191cc49

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/sapx

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/sapx/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ var filledarrayBy = require( '@stdlib/array/filled-by' );
131131
var sapx = require( '@stdlib/blas/ext/base/sapx' );
132132

133133
var rand = uniform( -100.0, 100.0 );
134-
135134
var x = filledarrayBy( 10, 'float32', rand );
136135
console.log( x );
137136

0 commit comments

Comments
 (0)