Skip to content

Commit d5e3ada

Browse files
committed
fixed codestyle
1 parent b54dd15 commit d5e3ada

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
import HotReloader from './hot-reloader.js'
2-
HotReloader('http://localhost:5776')
2+
HotReloader('http://localhost:5776')

hot-reloader.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ import Emitter from 'weakee'
44
import debug from 'debug'
55
const d = debug('jspm-hot-reloader')
66

7-
if (System.trace !== true)
8-
console.warn('System.trace must be set to true via configuration before loading modules to hot-reload.');
7+
if (System.trace !== true) {
8+
console.warn('System.trace must be set to true via configuration before loading modules to hot-reload.')
9+
}
910

1011
function identity (value) {
1112
return value

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "systemjs-hot-reloader",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "JSPM utility for hot reloading modules of your app separately",
55
"main": "hot-reloader.js",
66
"scripts": {

0 commit comments

Comments
 (0)