Skip to content

Commit f41d507

Browse files
committed
lint: fix linter after merge conflict
Signed-off-by: Tonis Tiigi <[email protected]>
1 parent 06a1a63 commit f41d507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

commands/history/utils.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,6 @@ func queryRecords(ctx context.Context, ref string, nodes []builder.Node, opts *q
250250
func finalizeRecord(ctx context.Context, ref string, nodes []builder.Node) error {
251251
eg, ctx := errgroup.WithContext(ctx)
252252
for _, node := range nodes {
253-
node := node
254253
eg.Go(func() error {
255254
if node.Driver == nil {
256255
return nil

0 commit comments

Comments
 (0)