Skip to content

Commit 4e171d0

Browse files
Fix formatting
1 parent 3ec955a commit 4e171d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/ci/run_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ func TestFindMergeBase_DetachedHEAD_WithPushedAncestor(t *testing.T) {
213213

214214
if baseBranch != "origin/feature/jj-test" {
215215
t.Errorf("expected baseBranch=origin/feature/jj-test, got %q", baseBranch)
216-
}
216+
}
217217
}
218218

219219
func TestValidateWorkspacePatch_emptyMergeBase(t *testing.T) {

0 commit comments

Comments
 (0)