From ce9570e7dd90fc860be88c4c28aa8aa081a006f3 Mon Sep 17 00:00:00 2001 From: oppiliappan Date: Tue, 21 Jul 2026 16:00:31 +0000 Subject: [PATCH] *: fmt Signed-off-by: oppiliappan --- knotmirror/git.go | 4 ++-- 1 file(s) changed, 2 insertion(s)(+), 2 deletion(s)(-) diff --git a/knotmirror/git.go b/knotmirror/git.go --- a/knotmirror/git.go +++ b/knotmirror/git.go @@ -79,7 +79,7 @@ return classification } return fmt.Errorf("running 'git clone --mirror %s': %w\n%s", url, err, msg) } - writeCommitGraph(ctx, path, 30 * time.Second) + writeCommitGraph(ctx, path, 30*time.Second) return nil } @@ -132,7 +132,7 @@ return fmt.Errorf("running 'git symbolic-ref HEAD %s': %w\n%s", headRef, err, string(out)) } } - writeCommitGraph(ctx, path, 3 * time.Second) + writeCommitGraph(ctx, path, 3*time.Second) return nil } -- tangled.sh