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

2.x: Remove trailing whitespace #4496

Merged
merged 1 commit into from
Sep 7, 2016
Merged

2.x: Remove trailing whitespace #4496

merged 1 commit into from
Sep 7, 2016

Conversation

vanniktech
Copy link
Collaborator

Removed them like this:

find . -type f -name "*.java" | xargs sed -i '' -e's/[ \t]*$//' "$1"

I think it's best to review this locally or by appending ?w=1 to this URL to let GitHub ignore white space changes.

@codecov-io
Copy link

codecov-io commented Sep 7, 2016

Current coverage is 77.97% (diff: 100%)

Merging #4496 into 2.x will decrease coverage by 0.03%

@@                2.x      #4496   diff @@
==========================================
  Files           505        505          
  Lines         34357      34357          
  Methods           0          0          
  Messages          0          0          
  Branches       5383       5383          
==========================================
- Hits          26802      26790    -12   
- Misses         5550       5566    +16   
+ Partials       2005       2001     -4   

Powered by Codecov. Last update d2d7f69...92e1114

@akarnokd akarnokd merged commit 35281d5 into ReactiveX:2.x Sep 7, 2016
@vanniktech vanniktech deleted the 2.x_trailing_space branch September 7, 2016 15:29
@akarnokd akarnokd mentioned this pull request Sep 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants