Fix trailing whitespace

This commit is contained in:
SteveSandersonMS
2016-09-19 16:05:22 +01:00
parent 49a8536679
commit 494c7b585c

View File

@@ -7,8 +7,8 @@ import { AppModule } from './app/app.module';
import 'bootstrap';
import './styles/site.css';
// Enable either Hot Module Reloading or production mode
const hotModuleReplacement = module['hot'];
// Enable either Hot Module Reloading or production mode
const hotModuleReplacement = module['hot'];
if (hotModuleReplacement) {
hotModuleReplacement.accept();
hotModuleReplacement.dispose(() => { platform.destroy(); });