Skip to content

Commit acae3f9

Browse files
authored
style: remove whitespace
Signed-off-by: Athan <[email protected]>
1 parent 9534863 commit acae3f9

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/ndarray/base/slice-dimension-from/test

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/ndarray/base/slice-dimension-from/test/test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
162162
var i;
163163

164164
/* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
165-
166165
values = [
167166
zeros( [ 1 ], { 'dtype': 'float64' } ),
168167
zeros( [ 1, 1 ], { 'dtype': 'float32' } ),

0 commit comments

Comments
 (0)