Skip to content

Commit 40493fd

Browse files
authored
style: enable lint rule
Signed-off-by: Athan <[email protected]>
1 parent c8d43b4 commit 40493fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
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, no-mixed-spaces-and-tabs */
460+
/* eslint-disable array-element-newline, no-multi-spaces */
461461

462462
A = new Float64Array([
463463
1, 999, 2, 999, 3, 999,

0 commit comments

Comments
 (0)