Skip to content

Commit c7bf25a

Browse files
committed
Fix incorrect spacing.
1 parent b6b80de commit c7bf25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/project-service.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ describe("Project Service Tests", () => {
156156
let fs: IFileSystem = testInjector.resolve("fs");
157157
let config = testInjector.resolve("config");
158158
let childProcess = testInjector.resolve("childProcess");
159-
let projectIntegrationTest = new ProjectIntegrationTest();
159+
let projectIntegrationTest = new ProjectIntegrationTest();
160160
let workingFolderPath = temp.mkdirSync("ios_project");
161161

162162
let iosTemplatePath = path.join(projectIntegrationTest.getDefaultTemplatePath("tns-ios").wait(), "framework/");

0 commit comments

Comments
 (0)