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

Commit 8226ff8

Browse files
style(ngMockSpec): fix excessive indentation
See #12406 (comment). Thanks @gkalpak :-)
1 parent d67e999 commit 8226ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/ngMock/angular-mocksSpec.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -964,8 +964,8 @@ describe('ngMock', function() {
964964
});
965965

966966
it('should provide "route" shortcuts for expect and when', function() {
967-
expect(typeof hb.whenRoute).toBe("function");
968-
expect(typeof hb.expectRoute).toBe("function");
967+
expect(typeof hb.whenRoute).toBe("function");
968+
expect(typeof hb.expectRoute).toBe("function");
969969
});
970970

971971

0 commit comments

Comments
 (0)