From 3f307ff0610712ecc2293b669ade08a1e582a95d Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Sat, 15 Apr 2017 21:51:00 +0100 Subject: [PATCH] style(aio): fix indentation on location service spec Closes #15589 --- aio/src/app/shared/location.service.spec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aio/src/app/shared/location.service.spec.ts b/aio/src/app/shared/location.service.spec.ts index 4add823ab0..d6d0dc94fb 100644 --- a/aio/src/app/shared/location.service.spec.ts +++ b/aio/src/app/shared/location.service.spec.ts @@ -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);