Skip to content

Commit 494c7b5

Browse files
Fix trailing whitespace
1 parent 49a8536 commit 494c7b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎templates/Angular2Spa/ClientApp/boot-client.ts‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ import{AppModule } from './app/app.module'
77
import'bootstrap';
88
import'./styles/site.css';
99

10-
// Enable either Hot Module Reloading or production mode
11-
consthotModuleReplacement=module['hot'];
10+
// Enable either Hot Module Reloading or production mode
11+
consthotModuleReplacement=module['hot'];
1212
if(hotModuleReplacement){
1313
hotModuleReplacement.accept();
1414
hotModuleReplacement.dispose(()=>{platform.destroy();});

0 commit comments

Comments
(0)