Skip to content

Commit

Permalink
apply new black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
relud committed Jan 9, 2025
1 parent 5bf6664 commit a2c060c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion obs_common/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ def generate_tag():
last_tag = max(tag_indices, default=None)
if last_tag is None:
return base_tag_name
return f"{base_tag_name}-{last_tag+1}"
return f"{base_tag_name}-{last_tag + 1}"

0 comments on commit a2c060c

Please sign in to comment.