Skip to content

Commit 2486f5f

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent ff25470 commit 2486f5f

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/blas/base/icamax/examples

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/blas/base/icamax/examples/index.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,5 @@ console.log( x.toString() );
3434
var y = icamax( x.length, x, 1 );
3535
console.log( y );
3636

37-
var y = icamax.ndarray( x.length, x, 1, 0 );
37+
y = icamax.ndarray( x.length, x, 1, 0 );
3838
console.log( y );
39-

0 commit comments

Comments
 (0)