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

Fix indentation #221

Merged
merged 1 commit into from
Apr 16, 2024
Merged

Fix indentation #221

merged 1 commit into from
Apr 16, 2024

Conversation

gmloose
Copy link
Collaborator

@gmloose gmloose commented Apr 15, 2024

Fixed the indentation, using reindent (https://pypi.org/project/reindent/).

From the documentation:

Change Python (.py) files to use 4-space indents and no hard tab characters. Also trim excess spaces and tabs from ends of lines, and remove empty lines at the end of files. Also ensure the last line ends with a newline.

Fixed the indentation, using `reindent` (https://pypi.org/project/reindent/).
From the documentation:
    Change Python (.py) files to use 4-space indents and no hard tab characters. Also trim excess spaces and tabs from ends of lines, and remove empty lines at the end of files. Also ensure the last line ends with a newline.
@gmloose gmloose requested a review from darafferty April 15, 2024 15:05
Copy link
Collaborator

@tammojan tammojan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Whitespace only, not much to review here.

Copy link
Collaborator

@darafferty darafferty left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, looks good.

@gmloose gmloose merged commit 942a3ed into master Apr 16, 2024
2 checks passed
@gmloose gmloose deleted the fix-indentation branch April 16, 2024 09:18
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.

3 participants