Skip to content

Commit

Permalink
style(commands/bump): fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-hawk committed Oct 25, 2020
1 parent 9795466 commit 74738af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion commitizen/commands/bump.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ def __call__(self): # noqa: C901
if increment is None:
increment = self.find_increment(commits)


# Increment is removed when current and next version
# are expected to be prereleases.
if prerelease and current_version_instance.is_prerelease:
Expand Down

0 comments on commit 74738af

Please sign in to comment.