Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cleanup: fix all remaining trailing whitespace #2381

Merged
merged 2 commits into from
Jun 24, 2019

Conversation

wchargin
Copy link
Contributor

Summary:
Per @nfelt’s suggestion. Also unbreaks the build.

Generated with:

git grep -Ilz '  *$' | xargs -0 sed -i 's/  *$//'

Test Plan:
Running ./tensorboard/tools/whitespace_hygiene_test.py now passes.

wchargin-branch: cleanup-whitespace

Summary:
Per @nfelt’s suggestion. Also unbreaks the build.

Generated with:

    git grep -Ilz '  *$' | xargs -0 sed -i 's/  *$//'

Test Plan:
Running `./tensorboard/tools/whitespace_hygiene_test.py` now passes.

wchargin-branch: cleanup-whitespace
wchargin-source: 0bbc988e24e7821207e14aa1bfc13948838b6a31
wchargin-branch: cleanup-whitespace
@wchargin wchargin merged commit 3ab710a into master Jun 24, 2019
@wchargin wchargin deleted the wchargin-cleanup-whitespace branch June 24, 2019 20:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants