Skip to content

Commit 864ddd4

Browse files
committed
Fix indentation
1 parent 612e031 commit 864ddd4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/scworker.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,8 +262,8 @@ SCWorker.prototype.start = function () {
262262

263263
// Run the initController to initialize the global context
264264
if (this._paths.appInitControllerPath != null) {
265-
this._initController = require(this._paths.appInitControllerPath);
266-
this._initController.run(this);
265+
this._initController = require(this._paths.appInitControllerPath);
266+
this._initController.run(this);
267267
}
268268

269269
this._workerController = require(this._paths.appWorkerControllerPath);

0 commit comments

Comments
 (0)