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

Remove trailing spaces from .ts files #75

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

josephfrazier
Copy link
Contributor

This was done by running:

git ls-files | grep ts$ | xargs -n 1 sed -i 's/ *$//g'

This was done by running:

    git ls-files | grep ts$ | xargs -n 1 sed -i 's/ *$//g'
@ctubio ctubio mentioned this pull request Jul 30, 2016
@michaelgrosner
Copy link
Owner

Since this most likely will conflict with #76, I'll leave this open for now. I'll either delete it once #76 is merged in, or merge this in if #76 is declined. Same with #74

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants