From 26fae3377f8cedbaa60ebfb6f7c5fd4b4089f840 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 2 Oct 2018 13:46:51 +0200 Subject: [PATCH] style(@schematics/angular): remove extra whitespace in EOF Closes #12426 --- packages/schematics/angular/application/files/src/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/schematics/angular/application/files/src/main.ts b/packages/schematics/angular/application/files/src/main.ts index dfbe22af7360..ad5a6269c3af 100644 --- a/packages/schematics/angular/application/files/src/main.ts +++ b/packages/schematics/angular/application/files/src/main.ts @@ -15,4 +15,5 @@ import { AppComponent } from './app/app.component'; import { ɵrenderComponent as renderComponent } from '@angular/core'; renderComponent(AppComponent); -<% } %> + +<% } %> \ No newline at end of file