Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 744fe94

Browse files
fix tabulation jslint
1 parent 7e8985f commit 744fe94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/brackets.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ define(function (require, exports, module) {
273273

274274
if (!params.get("skipSampleProjectLoad") && !PreferencesManager.getViewState("afterFirstLaunch")) {
275275
PreferencesManager.setViewState("afterFirstLaunch", "true");
276-
if (ProjectManager.isWelcomeProjectPath(initialProjectPath)) {
276+
if (ProjectManager.isWelcomeProjectPath(initialProjectPath)) {
277277
FileSystem.resolve(initialProjectPath.replace(Urls.GETTING_STARTED, '').replace('//', '/') + "blink.ino", function (err, file){
278278
if (!err) {
279279
var promise = CommandManager.execute(Commands.CMD_ADD_TO_WORKINGSET_AND_OPEN, { fullPath: file.fullPath });

0 commit comments

Comments
 (0)