Skip to content

Commit daca7b1

Browse files
committed
style(every-spec): lint fix
1 parent 69863e2 commit daca7b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/operators/every-spec.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ describe('Observable.prototype.every()', function () {
2222
expect(result).toBe(thisArg);
2323
});
2424

25-
2625
it('should accept thisArg with array observables', function () {
2726
var thisArg = {};
2827
var result;

0 commit comments

Comments
 (0)