Skip to content

Commit 58ab4ea

Browse files
committed
lint
1 parent 326bdf6 commit 58ab4ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployment/data-streams/changeset/jd_distribute_llo_jobs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ func labelNodesForProposals(ctx context.Context, jd cldf.OffchainClient, props [
379379
if err != nil {
380380
return fmt.Errorf("failed to get node %s: %w", p.NodeId, err)
381381
}
382-
newLabels := append(nodeResp.Node.Labels, &ptypes.Label{
382+
newLabels := append(nodeResp.Node.Labels, &ptypes.Label{ //nolint: gocritic // local copy
383383
Key: donIdentifier,
384384
})
385385

0 commit comments

Comments
 (0)