Closed ryansurf closed 3 months ago
This pull request makes minor formatting changes to the src/art.py
file. The changes are focused on improving code style and consistency by adjusting whitespace in the color dictionary.
Files | Changes |
---|---|
src/art.py |
Removed extra spaces before the colon in two dictionary key-value pairs |
src/art.py |
Added a trailing comma to the last item in the color dictionary |
General:
Code:
Summary by Sourcery
Fix linting issues in src/art.py by adjusting spacing in the color dictionary.
Enhancements: