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

Commit 5c88d33

Browse files
committed
Add another new line for readability
1 parent 58def74 commit 5c88d33

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
@@ -1915,6 +1915,7 @@ describe('angular', function() {
19151915
it('should remove the cookie', function() {
19161916
document.cookie = 'NG_ENABLE_DEBUG_INFO!=true';
19171917
bootstrap(element);
1918+
19181919
expect(document.cookie).toEqual('');
19191920
});
19201921
});

0 commit comments

Comments
 (0)