16
16
* limitations under the License.
17
17
*/
18
18
19
- /* eslint-disable object-curly-newline */
20
-
21
19
'use strict' ;
22
20
23
21
// MODULES //
@@ -163,14 +161,18 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
163
161
var start ;
164
162
var i ;
165
163
164
+ /* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
165
+
166
166
values = [
167
- zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
168
- zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
169
- zeros ( [ 1 , 1 , 1 ] , { 'dtype' : 'int32' } ) ,
170
- zeros ( [ 1 , 1 , 1 , 1 ] , { 'dtype' : 'uint32' } ) ,
171
- zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
167
+ zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
168
+ zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
169
+ zeros ( [ 1 , 1 , 1 ] , { 'dtype' : 'int32' } ) ,
170
+ zeros ( [ 1 , 1 , 1 , 1 ] , { 'dtype' : 'uint32' } ) ,
171
+ zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
172
172
] ;
173
173
174
+ /* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
175
+
174
176
start = [
175
177
10 ,
176
178
20 ,
@@ -194,14 +196,18 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
194
196
var dim ;
195
197
var i ;
196
198
199
+ /* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
200
+
197
201
values = [
198
- zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
199
- zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
200
- zeros ( [ 1 , 1 , 1 ] , { 'dtype' : 'int32' } ) ,
201
- zeros ( [ 1 , 1 , 1 , 1 ] , { 'dtype' : 'uint32' } ) ,
202
- zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
202
+ zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
203
+ zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
204
+ zeros ( [ 1 , 1 , 1 ] , { 'dtype' : 'int32' } ) ,
205
+ zeros ( [ 1 , 1 , 1 , 1 ] , { 'dtype' : 'uint32' } ) ,
206
+ zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
203
207
] ;
204
208
209
+ /* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
210
+
205
211
dim = [
206
212
0 ,
207
213
1 ,
0 commit comments