Skip to content

Commit 8383666

Browse files
committed
some edits for readability
1 parent 24e4c81 commit 8383666

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/desktop/builtin-tool-path.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,7 @@ export class BuiltinToolPath {
3939
const pathToFile = this.getAbsolutePath()?.fsPath;
4040
if(pathToFile){
4141
return path.dirname(pathToFile);
42-
} else{
43-
return undefined;
4442
}
43+
return undefined;
4544
}
4645
}

0 commit comments

Comments
 (0)