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,6 +161,7 @@ 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 */
166
165
values = [
167
166
zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
168
167
zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
@@ -171,6 +170,8 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
171
170
zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
172
171
] ;
173
172
173
+ /* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
174
+
174
175
start = [
175
176
10 ,
176
177
20 ,
@@ -194,6 +195,8 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
194
195
var dim ;
195
196
var i ;
196
197
198
+ /* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
199
+
197
200
values = [
198
201
zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
199
202
zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
@@ -202,6 +205,8 @@ tape( 'in non-strict mode, the function returns an empty array when a starting i
202
205
zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
203
206
] ;
204
207
208
+ /* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
209
+
205
210
dim = [
206
211
0 ,
207
212
1 ,
0 commit comments