From 7a3689f1756a275e473ed37f20a27fe25d6888b2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Sun, 19 Jun 2016 22:27:29 +0200 Subject: [PATCH] chore: formating --- .../compiler-cli/integrationtest/test/animate_spec.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/@angular/compiler-cli/integrationtest/test/animate_spec.ts b/modules/@angular/compiler-cli/integrationtest/test/animate_spec.ts index 99f53d82ef..4ba79622fc 100644 --- a/modules/@angular/compiler-cli/integrationtest/test/animate_spec.ts +++ b/modules/@angular/compiler-cli/integrationtest/test/animate_spec.ts @@ -19,8 +19,8 @@ describe('template codegen output', () => { } it('should apply the animate states to the element', (done) => { - const appInjector = ReflectiveInjector.resolveAndCreate( - BROWSER_APP_PROVIDERS, serverPlatform().injector); + const appInjector = + ReflectiveInjector.resolveAndCreate(BROWSER_APP_PROVIDERS, serverPlatform().injector); var comp = AnimateCmpNgFactory.create(appInjector); var debugElement = getDebugNode(comp.location.nativeElement); @@ -47,8 +47,8 @@ describe('template codegen output', () => { }); it('should apply the default animate state to the element', (done) => { - const appInjector = ReflectiveInjector.resolveAndCreate( - BROWSER_APP_PROVIDERS, serverPlatform().injector); + const appInjector = + ReflectiveInjector.resolveAndCreate(BROWSER_APP_PROVIDERS, serverPlatform().injector); var comp = AnimateCmpNgFactory.create(appInjector); var debugElement = getDebugNode(comp.location.nativeElement);