refactor: format files (#31248)

PR Close #31248
This commit is contained in:
Suguru Inatomi 2019-10-18 10:26:40 +09:00 committed by Matias Niemelä
parent 60e4490808
commit bab740d793
1 changed files with 2 additions and 1 deletions

View File

@ -28,7 +28,8 @@ const hiddenHtmlElements = {
link: true,
};
const ANGULAR_ELEMENTS: ReadonlyArray<string> = ['ng-container', 'ng-content', 'ng-template'] as const ;
const ANGULAR_ELEMENTS: ReadonlyArray<string> =
['ng-container', 'ng-content', 'ng-template'] as const ;
export function getTemplateCompletions(
templateInfo: AstResult, position: number): ts.CompletionEntry[] {