Skip to content

Commit 1fbc569

Browse files
committed
chore: fix spacing
1 parent 07501c9 commit 1fbc569

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/test/test.dnannsumkbn2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
220220
var out;
221221
var x;
222222
var v;
223+
223224
x = new Float64Array( [ 1.0, -2.0, -4.0, 5.0, 3.0 ] );
224225
out = new Float64Array( 2 );
225226
v = dnannsumkbn2( x.length, x, 0, out, 1 );

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/test/test.dnannsumkbn2.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
229229
var out;
230230
var x;
231231
var v;
232+
232233
x = new Float64Array( [ 1.0, -2.0, -4.0, 5.0, 3.0 ] );
233234
out = new Float64Array( 2 );
234235
v = dnannsumkbn2( x.length, x, 0, out, 1 );

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
220220
var out;
221221
var x;
222222
var v;
223+
223224
x = new Float64Array( [ 1.0, -2.0, -4.0, 5.0, 3.0 ] );
224225
out = new Float64Array( 2 );
225226
v = dnannsumkbn2( x.length, x, 0, 0, out, 1, 0 );

lib/node_modules/@stdlib/blas/ext/base/dnannsumkbn2/test/test.ndarray.native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ tape( 'if provided a `stride` parameter equal to `0`, the function returns the s
229229
var out;
230230
var x;
231231
var v;
232+
232233
x = new Float64Array( [ 1.0, -2.0, -4.0, 5.0, 3.0 ] );
233234
out = new Float64Array( 2 );
234235
v = dnannsumkbn2( x.length, x, 0, 0, out, 1, 0 );

0 commit comments

Comments
 (0)