Skip to content

Commit

Permalink
style: fix quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alycejenni committed Oct 23, 2024
1 parent c39a67c commit 8c1b029
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cz_nhm.py
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,13 @@ def schema(self) -> str:
Used by cz schema.
"""
return (
"<type>(<scope>): <subject>\n"
"<BLANK LINE>\n"
"<body>\n"
"<BLANK LINE>\n"
"BREAKING CHANGE: <subject>\n"
"<BLANK LINE>\n"
"Closes: <issues>"
'<type>(<scope>): <subject>\n'
'<BLANK LINE>\n'
'<body>\n'
'<BLANK LINE>\n'
'BREAKING CHANGE: <subject>\n'
'<BLANK LINE>\n'
'Closes: <issues>'
)

def schema_pattern(self) -> str:
Expand Down

0 comments on commit 8c1b029

Please sign in to comment.