8000 chore(module): add missing semi-colons for linter (#1742) · shivam-dev/angular-cli@5a041f1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5a041f1

Browse files
cexbrayathansl
authored andcommitted
chore(module): add missing semi-colons for linter (angular#1742)
1 parent f9e76e6 commit 5a041f1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

addon/ng2/blueprints/ng2/files/__path__/app/app.module.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { BrowserModule } from '@angular/platform-browser';
22
import { NgModule } from '@angular/core';
3-
import { FormsModule } from '@angular/forms'
4-
import { HttpModule } from '@angular/http'
3+
import { FormsModule } from '@angular/forms';
4+
import { HttpModule } from '@angular/http';
55

66
import { AppComponent } from './app.component';
77

0 commit comments

Comments
 (0)
0