File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/node_modules/@stdlib/lapack/base/sge-trans/test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments