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 more trailing spaces (part 2) #210

Merged
merged 1 commit into from
Mar 10, 2024
Merged

Conversation

fohrloop
Copy link
Owner

Remove trailing spaces for some files missed in #201

Command ran:

find . -type f -not -path "./venv/*" -not -path ./."git/*"  -exec sed --in-place 's/[[:space:]]\+$//' {} \+

@fohrloop fohrloop merged commit a1a2f53 into dev Mar 10, 2024
6 checks passed
@fohrloop fohrloop deleted the remove-trailing-spaces branch March 10, 2024 14:46
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