Skip to content

Commit 985c437

Browse files
authored
chore: minor clean-up
Signed-off-by: Shabareesh Shetty <[email protected]>
1 parent 35e0a9f commit 985c437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/blas/base/igamax/test/test.main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -261,14 +261,14 @@ tape( 'the function supports view offsets', function test( t ) {
261261
var x0;
262262
var x1;
263263

264-
x0 = new Float64Array( [
264+
x0 = new Float64Array([
265265
1.0,
266266
2.0, // 0
267267
3.0,
268268
4.0, // 1
269269
5.0,
270270
6.0 // 2
271-
] );
271+
]);
272272
expected = 2;
273273

274274
x1 = new Float64Array( x0.buffer, x0.BYTES_PER_ELEMENT*1 );

0 commit comments

Comments
 (0)