Skip to content

Commit 2149f03

Browse files
authored
Merge pull request #3184 from tonistiigi/lint-merge-conflict-fix
lint: fix linter after merge conflict
2 parents 06a1a63 + f41d507 commit 2149f03

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)