From 236a666b716cac51872edf93f14ffe6b553f259b Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Sat, 7 Mar 2026 16:42:48 +0800 Subject: internal/commitquery: paintDown only paints, don't collect --- internal/commitquery/reduce.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/commitquery/reduce.go') diff --git a/internal/commitquery/reduce.go b/internal/commitquery/reduce.go index 497ff443..917f2fa2 100644 --- a/internal/commitquery/reduce.go +++ b/internal/commitquery/reduce.go @@ -44,7 +44,7 @@ func removeRedundantNoGen(ctx *Context, candidates []NodeIndex) ([]NodeIndex, er } } - _, err := paintDownToCommon(ctx, candidate, work, minGeneration) + err := paintDownToCommon(ctx, candidate, work, minGeneration) if err != nil { return nil, err } -- cgit v1.3.1-10-gc9f91