Skip to content

Commit

Permalink
style: add space between operators
Browse files Browse the repository at this point in the history
Co-authored-by: Junho Yeo <hanaro0704@gmail.com>
  • Loading branch information
cokia and junhoyeo authored Aug 21, 2020
1 parent ae772a5 commit 9196995
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/clean.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
cleaned["networks"][networkId2]["address"] = a["networks"][networkId2]["address"],
cleaned["networks"][networkId2]["address"] = cleaned["networks"][networkId2]["address"][0]
cleaned["networks"][networkId2]["transactionHash"] = a["networks"][networkId2]["transactionHash"]
with open(mypath+file, "w+") as c:
with open(mypath + file, "w+") as c:
c.write(json.dumps(cleaned))
except Exception as e:
print(e)
Expand Down

0 comments on commit 9196995

Please sign in to comment.