style(aio): fix indentation on location service spec

Closes #15589
This commit is contained in:
Peter Bacon Darwin 2017-04-15 21:51:00 +01:00 committed by Pete Bacon Darwin
parent 7433da546f
commit 3f307ff061
1 changed files with 2 additions and 2 deletions

View File

@ -369,8 +369,8 @@ describe('LocationService', () => {
});
it('should call locationChanged when window history changes', () => {
const locationStrategy: MockLocationStrategy = injector.get(LocationStrategy);
locationStrategy.simulatePopState('/next-url');
const locationStrategy: MockLocationStrategy = injector.get(LocationStrategy);
locationStrategy.simulatePopState('/next-url');
expect(gaLocationChanged.calls.count()).toBe(2, 'gaService.locationChanged');
const args = gaLocationChanged.calls.argsFor(1);