Skip to content

Commit 58679fa

Browse files
Deepak91168kgryte
andauthored
chore: fix editorconfig lint errors
PR-URL: #7348 Closes: #7335 Co-authored-by: Athan Reines <[email protected]> Reviewed-by: Athan Reines <[email protected]>
1 parent 92ef3fd commit 58679fa

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,8 @@ tape( 'the function supports specifying the strides of the first and second dime
459459

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

462+
// editorconfig-checker-disable
463+
462464
A = new Float32Array([
463465
1, 999, 2, 999, 3, 999,
464466
999, 999, 999, 999, 999, 999,
@@ -470,6 +472,8 @@ tape( 'the function supports specifying the strides of the first and second dime
470472
999, 999, 999, 999, 999, 999
471473
]);
472474

475+
// editorconfig-checker-enable
476+
473477
/* eslint-enable array-element-newline, no-multi-spaces, no-mixed-spaces-and-tabs */
474478

475479
out = new Float32Array( M*N );

0 commit comments

Comments
 (0)