Skip to content

Commit

Permalink
fix: fixed capitalization of dashDot enumeration
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Feb 14, 2022
1 parent 303a0ec commit c0e53c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion biosimulators_utils/sedml/data_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ class LineStyleType(str, enum.Enum):
solid = 'solid'
dash = 'dash'
dot = 'dot'
dashDot = 'dashdot'
dashDot = 'dashDot'
dashDotDot = 'dashDotDot'


Expand Down

0 comments on commit c0e53c0

Please sign in to comment.