Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 07f0774

Browse files
filipesilvakwalrath
authored andcommitted
chore(lint): fix whitespace error (#2151)
1 parent 2c8a798 commit 07f0774

File tree

1 file changed

+1
-1
lines changed
  • public/docs/_examples/style-guide/ts/app

1 file changed

+1
-1
lines changed

public/docs/_examples/style-guide/ts/app/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
22
import { browserDynamicPlatform } from '@angular/platform-browser-dynamic';
33
import { BrowserModule } from '@angular/platform-browser';
44

5-
import { HttpModule} from '@angular/http';
5+
import { HttpModule } from '@angular/http';
66
import { InMemoryWebApiModule } from 'angular2-in-memory-web-api';
77

88
import { RouterModule } from '@angular/router';

0 commit comments

Comments
 (0)