Merge pull request #4882 from ethereum/removeTrailingWhitespace

Remove trailing whitespace for all files in the repository.
This commit is contained in:
chriseth 2018-09-04 12:03:41 +02:00 committed by GitHub
commit f27d7edfd6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
20 changed files with 711 additions and 711 deletions

View File

@ -35,7 +35,7 @@ for v in versions:
continue continue
versions[v]['bugs'] += [bug['name']] 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: with open(path + '/../docs/bugs_by_version.json', 'r') as bugs_by_version:
old_contents = bugs_by_version.read() old_contents = bugs_by_version.read()
with open(path + '/../docs/bugs_by_version.json', 'w') as bugs_by_version: with open(path + '/../docs/bugs_by_version.json', 'w') as bugs_by_version: