Skip to content

Commit f2915ec

Browse files
committed
tests: reformat upstream merge
1 parent 55f2abb commit f2915ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/refs/branches/upstream.c

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ void test_refs_branches_upstream__upstream_merge(void)
7575
{
7676
git_reference *branch;
7777
git_repository *repository;
78-
git_buf buf = GIT_BUF_INIT;
79-
78+
git_buf buf = GIT_BUF_INIT;
79+
8080
repository = cl_git_sandbox_init("testrepo.git");
8181

8282
/* check repository */
@@ -89,9 +89,9 @@ void test_refs_branches_upstream__upstream_merge(void)
8989
git_reference_free(branch);
9090

9191
/* check merge branch */
92-
cl_git_pass(git_branch_upstream_merge(&buf, repository, "refs/heads/test"));
93-
cl_assert_equal_s("refs/heads/master", buf.ptr);
94-
git_buf_dispose(&buf);
92+
cl_git_pass(git_branch_upstream_merge(&buf, repository, "refs/heads/test"));
93+
cl_assert_equal_s("refs/heads/master", buf.ptr);
94+
git_buf_dispose(&buf);
9595
}
9696

9797
void test_refs_branches_upstream__upstream_remote_empty_value(void)

0 commit comments

Comments
 (0)