From ab7501be34032fb9e5c48726a68ae90a917af9eb Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Wed, 4 Mar 2026 08:26:56 +0800 Subject: *: Lint --- internal/testgit/repo_make_commit.go | 1 + 1 file changed, 1 insertion(+) (limited to 'internal/testgit/repo_make_commit.go') diff --git a/internal/testgit/repo_make_commit.go b/internal/testgit/repo_make_commit.go index a569dfb1..c8bdc428 100644 --- a/internal/testgit/repo_make_commit.go +++ b/internal/testgit/repo_make_commit.go @@ -11,5 +11,6 @@ func (testRepo *TestRepo) MakeCommit(tb testing.TB, message string) (objectid.Ob tb.Helper() blobID, treeID := testRepo.MakeSingleFileTree(tb, "file.txt", []byte("commit-body\n")) commitID := testRepo.CommitTree(tb, treeID, message) + return blobID, treeID, commitID } -- cgit v1.3.1-10-gc9f91