refactor: fix broken formatting

This commit is contained in:
Matias Niemelä 2018-12-20 09:16:09 -08:00
parent a0585c9a9a
commit 880e8a5cfc
3 changed files with 32 additions and 32 deletions

View File

@ -6,13 +6,14 @@
* found in the LICENSE file at https://angular.io/license * found in the LICENSE file at https://angular.io/license
*/ */
import {ViewEncapsulation, ChangeDetectionStrategy} from '../../core'; import {ChangeDetectionStrategy, ViewEncapsulation} from '../../core';
import {InterpolationConfig} from '../../ml_parser/interpolation_config'; import {InterpolationConfig} from '../../ml_parser/interpolation_config';
import * as o from '../../output/output_ast'; import * as o from '../../output/output_ast';
import {ParseSourceSpan} from '../../parse_util'; import {ParseSourceSpan} from '../../parse_util';
import * as t from '../r3_ast'; import * as t from '../r3_ast';
import {R3DependencyMetadata} from '../r3_factory'; import {R3DependencyMetadata} from '../r3_factory';
/** /**
* Information needed to compile a directive for the render3 runtime. * Information needed to compile a directive for the render3 runtime.
*/ */

View File

@ -707,8 +707,7 @@ function declareTests(config?: {useJit: boolean}) {
tick(); tick();
const cmp: PushCmpWithAsyncPipe = const cmp: PushCmpWithAsyncPipe = fixture.debugElement.children[0].references !['cmp'];
fixture.debugElement.children[0].references !['cmp'];
fixture.detectChanges(); fixture.detectChanges();
expect(cmp.numberOfChecks).toEqual(1); expect(cmp.numberOfChecks).toEqual(1);