Browse Source

fix indentation

Zeke Sikelianos 8 years ago
parent
commit
9e8b0953f3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      script/upload.py

+ 2 - 2
script/upload.py

@@ -78,8 +78,8 @@ def main():
   upload_electron(github, release, os.path.join(DIST_DIR, DIST_NAME))
   upload_electron(github, release, os.path.join(DIST_DIR, SYMBOLS_NAME))
   if PLATFORM == 'darwin':
-      upload_electron(github, release, os.path.join(DIST_DIR,
-                      'electron-api.json'))
+    upload_electron(github, release, os.path.join(DIST_DIR,
+                    'electron-api.json'))
     upload_electron(github, release, os.path.join(DIST_DIR, DSYM_NAME))
   elif PLATFORM == 'win32':
     upload_electron(github, release, os.path.join(DIST_DIR, PDB_NAME))