Skip to content

Commit

Permalink
Auto-format code using Clang-Format (#188)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
Co-authored-by: Kyle Shores <[email protected]>
  • Loading branch information
3 people committed Aug 13, 2024
1 parent 9fe2806 commit 5615094
Show file tree
Hide file tree
Showing 18 changed files with 655 additions and 394 deletions.
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@
]

html_favicon = '_static/favicon.png'
html_logo = "_static/MusicBox.svg"
html_logo = "_static/MusicBox.svg"
3 changes: 1 addition & 2 deletions src/acom_music_box/__init__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""
This is the music_box package.
This package contains modules for handling various aspects of a music box,
This package contains modules for handling various aspects of a music box,
including species, products, reactants, reactions, and more.
"""
__version__ = "2.1.5"
Expand All @@ -19,4 +19,3 @@

from .music_box_evolving_conditions import EvolvingConditions
from .music_box import MusicBox

Loading

0 comments on commit 5615094

Please sign in to comment.