code formatting
diff --git a/src/cordova/Api.js b/src/cordova/Api.js
index da2a97e..9c9aecf 100644
--- a/src/cordova/Api.js
+++ b/src/cordova/Api.js
@@ -66,10 +66,10 @@
     shell.mkdir('-p', destination);
 
     // move a copy of our api to the new project
-    shell.cp('-r',apiSrcPath, destination);
+    shell.cp('-r', apiSrcPath, destination);
 
     // I promise I will return
-    return Promise.resolve(new Api(PLATFORM_NAME,destination,events));
+    return Promise.resolve(new Api(PLATFORM_NAME, destination, events));
 
 };
 
@@ -85,7 +85,7 @@
     // return PlatformInfo object
 
     return {
-        "locations":this.locations,
+        "locations": this.locations,
         "root": this.root,
         "name": this.platform,
         "version": { "version" : "1.0.0" },