mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Fix trailing whitespace
This commit is contained in:
@@ -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(); });
|
||||
|
||||
Reference in New Issue
Block a user