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,8 @@ tape( 'in non-strict mode, the function returns an empty array when an ending in
163
161
var stop ;
164
162
var i ;
165
163
164
+ /* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
165
+
166
166
values = [
167
167
zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
168
168
zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
@@ -171,6 +171,8 @@ tape( 'in non-strict mode, the function returns an empty array when an ending in
171
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
stop = [
175
177
- 10 ,
176
178
- 20 ,
@@ -194,6 +196,8 @@ tape( 'the function returns an empty array when an ending index is the first ele
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
202
zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
199
203
zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
@@ -202,6 +206,8 @@ tape( 'the function returns an empty array when an ending index is the first ele
202
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