Skip to content

Commit 2576f76

Browse files
author
Vladimir Enchev
committed
white spaces removed
1 parent 9dedfdd commit 2576f76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/services/project-data-service.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ export class ProjectDataService implements IProjectDataService {
7272

7373
// Detect indent and use it later to write JSON.
7474
let projectFileContent = this.$fs.readText(this.projectFilePath).wait();
75-
75+
7676
this.projectFileIndent = projectFileContent ? this.detectIndent(projectFileContent) : "\t";
77-
77+
7878
this.projectData = projectFileContent ? JSON.parse(projectFileContent) : Object.create(null);
7979

8080
}).future<void>()();

0 commit comments

Comments
 (0)