Skip to content

Commit 92e7742

Browse files
committed
Indentation fix
1 parent 331cd26 commit 92e7742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ LiveServer.start = function(options) {
149149
var https = options.https || null;
150150
var proxy = options.proxy || [];
151151
var middleware = options.middleware || [];
152-
var noCssInject = options.noCssInject;
152+
var noCssInject = options.noCssInject;
153153
var httpsModule = options.httpsModule;
154154

155155
if (httpsModule) {

0 commit comments

Comments
 (0)