chore(lint): fix whitespace error (#2151)

This commit is contained in:
Filipe Silva 2016-08-19 21:50:13 +01:00 committed by Kathy Walrath
parent 2c8a7982e7
commit 07f07742cf
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ import { NgModule } from '@angular/core';
import { browserDynamicPlatform } from '@angular/platform-browser-dynamic';
import { BrowserModule } from '@angular/platform-browser';
import { HttpModule} from '@angular/http';
import { HttpModule } from '@angular/http';
import { InMemoryWebApiModule } from 'angular2-in-memory-web-api';
import { RouterModule } from '@angular/router';