refactor: format files (#31248)

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

View File

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