Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2c89c4a

Browse files
committed
Add another new line for readability
1 parent baf5af7 commit 2c89c4a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/AngularSpec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1765,6 +1765,7 @@ describe('angular', function() {
17651765
it('should remove the cookie', function() {
17661766
document.cookie = 'NG_ENABLE_DEBUG_INFO!=true';
17671767
bootstrap(element);
1768+
17681769
expect(document.cookie).toEqual('');
17691770
});
17701771
});

0 commit comments

Comments
 (0)