mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #4882 from ethereum/removeTrailingWhitespace
Remove trailing whitespace for all files in the repository.
This commit is contained in:
commit
f27d7edfd6
@ -35,7 +35,7 @@ for v in versions:
|
||||
continue
|
||||
versions[v]['bugs'] += [bug['name']]
|
||||
|
||||
new_contents = json.dumps(versions, sort_keys=True, indent=4)
|
||||
new_contents = json.dumps(versions, sort_keys=True, indent=4, separators=(',', ': '))
|
||||
with open(path + '/../docs/bugs_by_version.json', 'r') as bugs_by_version:
|
||||
old_contents = bugs_by_version.read()
|
||||
with open(path + '/../docs/bugs_by_version.json', 'w') as bugs_by_version:
|
||||
|
Loading…
Reference in New Issue
Block a user