Skip to content

Remove trailing whitespace #18

Description

@gsnedders

find . -name '*.py' -print0 | xargs -0 sed -i -e 's/\s*$//g' will do. Should wait until there are no outstanding branches for the sake of them merging cleanly.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions