Add newline to end of files missing a newline #4979

Merged
merged 1 commit into from Jan 9, 2017

Conversation

Projects
None yet
2 participants
Owner

benjchristensen commented Jan 9, 2017

This is to get rid of the "No newline at end of file" warning that exist on many but not all files in the project, so adds a newline to any file missing a newline. This came about while modifying a large number of files for #4978.

This is intended to clean this up once so it doesn't cause warnings and noise in each PR this can affect. Probably would be good if the project had a formatter than ensured this as part of CI.

@benjchristensen benjchristensen Add newline to end of files missing a newline
This is to get rid of the "No newline at end of file" warning.
56c451c

akarnokd merged commit f6965b1 into ReactiveX:2.x Jan 9, 2017

1 check passed

continuous-integration/travis-ci/pr The Travis CI build passed
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment