Skip to content

Remove trailing spaces from .ts files#75

Open
josephfrazier wants to merge 1 commit intomichaelgrosner:masterfrom
josephfrazier:ts-trailing-spaces
Open

Remove trailing spaces from .ts files#75
josephfrazier wants to merge 1 commit intomichaelgrosner:masterfrom
josephfrazier:ts-trailing-spaces

Conversation

@josephfrazier
Copy link
Copy Markdown
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
Copy Markdown
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