Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9e8b095

Browse files
committed
fix indentation
1 parent 1858520 commit 9e8b095

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

script/upload.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ def main():
7878
upload_electron(github, release, os.path.join(DIST_DIR, DIST_NAME))
7979
upload_electron(github, release, os.path.join(DIST_DIR, SYMBOLS_NAME))
8080
if PLATFORM == 'darwin':
81-
upload_electron(github, release, os.path.join(DIST_DIR,
82-
'electron-api.json'))
81+
upload_electron(github, release, os.path.join(DIST_DIR,
82+
'electron-api.json'))
8383
upload_electron(github, release, os.path.join(DIST_DIR, DSYM_NAME))
8484
elif PLATFORM == 'win32':
8585
upload_electron(github, release, os.path.join(DIST_DIR, PDB_NAME))

0 commit comments

Comments
 (0)