From 022ede10350504914be10db908db3a85ef486daa Mon Sep 17 00:00:00 2001 From: Georgefifth Date: Mon, 24 Aug 2026 08:56:00 +0800 Subject: [PATCH] chore: fix JavaScript lint errors (issue #14574) --- .../ndarray/slice-dimension-from/test/test.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js b/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js index a1a35f3f7d27..37a86f6c7ca0 100644 --- a/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js +++ b/lib/node_modules/@stdlib/ndarray/slice-dimension-from/test/test.js @@ -489,11 +489,11 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i var i; values = [ - zeros( [ 1 ], { 'dtype': 'float64' } ), - zeros( [ 1, 1 ], { 'dtype': 'float32' } ), - zeros( [ 1, 1, 1 ], { 'dtype': 'int32' } ), - zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' } ), - zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' } ) + zeros( [ 1 ], { 'dtype': 'float64' }), + zeros( [ 1, 1 ], { 'dtype': 'float32' }), + zeros( [ 1, 1, 1 ], { 'dtype': 'int32' }), + zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' }), + zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' }) ]; start = [ @@ -522,11 +522,11 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i var i; values = [ - zeros( [ 1 ], { 'dtype': 'float64' } ), - zeros( [ 1, 1 ], { 'dtype': 'float32' } ), - zeros( [ 1, 1, 1 ], { 'dtype': 'int32' } ), - zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' } ), - zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' } ) + zeros( [ 1 ], { 'dtype': 'float64' }), + zeros( [ 1, 1 ], { 'dtype': 'float32' }), + zeros( [ 1, 1, 1 ], { 'dtype': 'int32' }), + zeros( [ 1, 1, 1, 1 ], { 'dtype': 'uint32' }), + zeros( [ 1, 1, 1, 1, 1 ], { 'dtype': 'complex128' }) ]; dim = [