From 063a03cae41899838edbaed522bf47e4e3188c3f Mon Sep 17 00:00:00 2001 From: scottbommarito Date: Mon, 6 Jun 2016 10:58:25 -0700 Subject: [PATCH] whitespace fix --- test/test.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/test.ts b/test/test.ts index a963739..0e7acb3 100644 --- a/test/test.ts +++ b/test/test.ts @@ -302,10 +302,10 @@ class RNProjectManager extends ProjectManager { return copyDirectoryRecursively(templatePath, path.join(projectDirectory, TestConfig.TestAppName)); } - /** - * Creates a new test application at the specified path, and configures it - * with the given server URL, android and ios deployment keys. - */ + /** + * Creates a new test application at the specified path, and configures it + * with the given server URL, android and ios deployment keys. + */ public setupProject(projectDirectory: string, templatePath: string, appName: string, appNamespace: string, version?: string): Q.Promise { if (fs.existsSync(projectDirectory)) { del.sync([projectDirectory], { force: true });