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

removed tabs in unwanted places #72

Merged
merged 1 commit into from
Mar 11, 2019
Merged

Conversation

Xeverous
Copy link
Contributor

@Xeverous Xeverous commented Mar 4, 2019

2 lines had tabs in the middle of the code, between spaces. This can cause warnings in some tools and red markings in Git when commiting code (tabs are to be used only as the starting characters, never after any character).

After this commit, there are no tabs in the file at all.

2 lines had tabs in the middle of the code, between spaces. This can cause warnings in some tools and red markings in Git when commiting code (tabs are to be used only as the starting characters, never after any character).

After this commit, there are no tabs in the file at all.
@aantron aantron merged commit aef4ea4 into aantron:master Mar 11, 2019
@aantron
Copy link
Owner

aantron commented Mar 11, 2019

Thank you, those shouldn't have gotten into the file!

aantron pushed a commit that referenced this pull request Apr 2, 2019
2 lines had tabs in the middle of the code, between spaces. This can
cause warnings in some tools and red markings in Git when commiting
code (tabs are to be used only as the starting characters, never after
any character).

After this commit, there are no tabs in the file at all.
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