Skip to content

Conversation

@FreedomBen
Copy link

@FreedomBen FreedomBen commented Apr 13, 2020

  • Fixed mixed tabs and spaces
  • Added parens to a print call so it runs on python 3
  • Removed trailing whitespace

Most of the code is indented with 4 spaces but there are a few lines
that use tabs.  This is super risky in python since it is whitespace
sensitive.

This commit removes the tabs and replaces with spaces
This makes vim stop highlighting the line endings in red and stop git
from yelling whenever a file is committed.
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.

1 participant