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 CRLF line endings #353

Merged
merged 1 commit into from
Jul 19, 2018
Merged

Conversation

carlwgeorge
Copy link
Contributor

I package this module for Fedora and EPEL. The DOS newline characters in jwt/__main__.py are causing rpmlint warnings for me. This PR changes them all to standard Unix newline characters.

Sorry for the large diff due to touching every line. If it's problematic to review, you can run dos2unix jwt/__main__.py to get the same result.

Copy link
Owner

@jpadilla jpadilla left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just confirmed this, thanks!

@jpadilla jpadilla merged commit 6845515 into jpadilla:master Jul 19, 2018
@carlwgeorge carlwgeorge deleted the fix-line-endings branch July 19, 2018 14:42
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.

None yet

2 participants