Skip to content

Commit 2504a84

Browse files
authored
Discard changes to lib/node_modules/@stdlib/blas/ext/base/wasm/sapxsumkbn/test/test.ndarray.js
1 parent 6edf684 commit 2504a84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/wasm/sapxsumkbn/test/test.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
// MODULES //
2222

2323
var tape = require( 'tape' );
24-
var Float32Array = require( '@stdlib/array/float32' );
2524
var isnanf = require( '@stdlib/math/base/assert/is-nanf' );
25+
var Float32Array = require( '@stdlib/array/float32' );
2626
var sapxsumkbn = require( './../lib' );
2727

2828

0 commit comments

Comments
 (0)