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

replacing "31" with RED constant #381

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Next

replacing "31" with RED constant

  • Loading branch information
d-jh committed May 22, 2016
commit f44afa823035e4b2e134d4a4965c3f21b4893607
@@ -8,7 +8,7 @@ def display_trailing_whitespace(whitespace):
# Show trailing whitespace with printing characters and in red
# To make it easy to see what needs to be removed
replaced = whitespace.replace(' ', '-').replace('\t', r'\t')
return color(31, replaced)
return color(RED, replaced)


def display_failure(failure):
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.