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 //
@@ -142,6 +140,8 @@ tape( 'in non-strict mode, the function returns an empty array when an ending in
142
140
var stop ;
143
141
var i ;
144
142
143
+ /* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
144
+
145
145
values = [
146
146
zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
147
147
zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
@@ -150,6 +150,8 @@ tape( 'in non-strict mode, the function returns an empty array when an ending in
150
150
zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
151
151
] ;
152
152
153
+ /* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
154
+
153
155
stop = [
154
156
[ - 10 ] ,
155
157
[ null , - 20 ] ,
@@ -172,6 +174,8 @@ tape( 'the function returns an empty array when an ending index is the first ele
172
174
var stop ;
173
175
var i ;
174
176
177
+ /* eslint-disable object-curly-newline, stdlib/line-closing-bracket-spacing */
178
+
175
179
values = [
176
180
zeros ( [ 1 ] , { 'dtype' : 'float64' } ) ,
177
181
zeros ( [ 1 , 1 ] , { 'dtype' : 'float32' } ) ,
@@ -180,6 +184,8 @@ tape( 'the function returns an empty array when an ending index is the first ele
180
184
zeros ( [ 1 , 1 , 1 , 1 , 1 ] , { 'dtype' : 'complex128' } )
181
185
] ;
182
186
187
+ /* eslint-enable object-curly-newline, stdlib/line-closing-bracket-spacing */
188
+
183
189
stop = [
184
190
[ 0 ] ,
185
191
[ null , 0 ] ,
0 commit comments