Skip to content

Commit a145a31

Browse files
committed
chore(lint): tabs to spaces
1 parent e2e054d commit a145a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/before-prepare.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ var compiler = require('./compiler');
33
module.exports = function ($logger, $projectData, $usbLiveSyncService) {
44
var liveSync = $usbLiveSyncService.isInitialized;
55
var bundle = $projectData.$options.bundle;
6-
if (liveSync || bundle) {
6+
if (liveSync || bundle) {
77
return;
8-
}
8+
}
99
return compiler.runTypeScriptCompiler($logger, $projectData.projectDir);
1010
}

0 commit comments

Comments
 (0)