Skip to content

Commit d81187f

Browse files
author
Aaron Sun
committed
Removed extra whitespace
1 parent 56750c3 commit d81187f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/extensions/git/test_git_extension.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,7 +800,7 @@ def test_check_feature_branch_rejects_malformed_timestamp(self, tmp_path: Path):
800800
capture_output=True, text=True,
801801
)
802802
assert result.returncode != 0
803-
803+
804804
def test_check_feature_branch_accepts_single_prefix(self, tmp_path: Path):
805805
"""git-common check_feature_branch matches core: one optional path prefix."""
806806
project = _setup_project(tmp_path)

0 commit comments

Comments
 (0)