Skip to content

Commit 9e86dd2

Browse files
fix(migrations): Fixed file format issue with lint (#48859)
A file was out of format and throwing lint errors. This fixes it. PR Close #48859
1 parent af31f98 commit 9e86dd2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/core/schematics/utils/typescript/compiler_host.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import {Tree} from '@angular-devkit/schematics';
99
import {dirname, relative, resolve} from 'path';
1010
import ts from 'typescript';
11+
1112
import {parseTsconfigFile} from './parse_tsconfig';
1213

1314
export type FakeReadFileFn = (fileName: string) => string|undefined;

0 commit comments

Comments
 (0)