Skip to content

Commit 063a03c

Browse files
author
scottbommarito
committed
whitespace fix
1 parent eecff7c commit 063a03c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

test/test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -302,10 +302,10 @@ class RNProjectManager extends ProjectManager {
302302
return copyDirectoryRecursively(templatePath, path.join(projectDirectory, TestConfig.TestAppName));
303303
}
304304

305-
/**
306-
* Creates a new test application at the specified path, and configures it
307-
* with the given server URL, android and ios deployment keys.
308-
*/
305+
/**
306+
* Creates a new test application at the specified path, and configures it
307+
* with the given server URL, android and ios deployment keys.
308+
*/
309309
public setupProject(projectDirectory: string, templatePath: string, appName: string, appNamespace: string, version?: string): Q.Promise<string> {
310310
if (fs.existsSync(projectDirectory)) {
311311
del.sync([projectDirectory], { force: true });

0 commit comments

Comments
 (0)