Skip to content

Commit c8ae22d

Browse files
committed
fix: adjust formatting to avoid initial lint error
1 parent e7c3c70 commit c8ae22d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

{{cookiecutter.project_name}}/scripts/setup-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def _rollback_release(version: str) -> None:
7777
commands: list[list[str]] = [
7878
["git", "checkout", "develop"],
7979
["git", "checkout", "."],
80-
["git", "branch", "-D", f"release/{version}"]
80+
["git", "branch", "-D", f"release/{version}"],
8181
]
8282

8383
for command in commands:

0 commit comments

Comments
 (0)