Skip to content

Commit a9d9fcd

Browse files
authored
Apply suggestions from code review
Signed-off-by: Athan <[email protected]>
1 parent 2309a00 commit a9d9fcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/lapack/base/sge-trans/test/test.ndarray.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ tape( 'the function supports specifying the strides of the first and second dime
457457
M = 4;
458458
N = 3;
459459

460-
/* eslint-disable array-element-newline, no-multi-spaces */
460+
/* eslint-disable array-element-newline, no-multi-spaces, no-mixed-spaces-and-tabs */
461461

462462
// editorconfig-checker-disable
463463

@@ -474,7 +474,7 @@ tape( 'the function supports specifying the strides of the first and second dime
474474

475475
// editorconfig-checker-enable
476476

477-
/* eslint-enable array-element-newline, no-multi-spaces */
477+
/* eslint-enable array-element-newline, no-multi-spaces, no-mixed-spaces-and-tabs */
478478

479479
out = new Float32Array( M*N );
480480

0 commit comments

Comments
 (0)