Skip to content

Commit 8a10b00

Browse files
chore: Revert unintended formatter
1 parent 295500c commit 8a10b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercise_utils/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def merge(target_branch: str, ff: bool, verbose: bool) -> None:
4848

4949

5050
def merge_with_message(
51-
target_branch: str, ff: bool, message: str, verbose: bool
51+
target_branch: str, ff: bool, message: str, verbose: bool
5252
) -> None:
5353
"""Merges the current branch with the target one."""
5454
if ff:

0 commit comments

Comments
 (0)