From 3b8419a9202c7ae6d0294da11e475caf1543784d Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sun, 24 May 2026 10:50:41 +0000 Subject: internal/testgit: Fix documentation wrappin --- internal/testgit/object.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/testgit/object.go b/internal/testgit/object.go index 0ea4d4d8..566c8b82 100644 --- a/internal/testgit/object.go +++ b/internal/testgit/object.go @@ -8,7 +8,8 @@ import ( "codeberg.org/lindenii/furgit/object/typ" ) -// HashObject hashes and writes an object and returns its object ID. +// HashObject hashes and writes an object, +// and returns its object ID. func (repo *Repo) HashObject(tb testing.TB, ty typ.Type, body io.Reader) id.ObjectID { tb.Helper() cmd := repo.Command(tb, "git", "hash-object", "-t", ty.Name(), "-w", "--stdin", "--literally") -- cgit v1.3.1-10-gc9f91