Skip to content

Commit

Permalink
Fix lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 19, 2024
1 parent ce5b5bb commit c9f5905
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion execute/plugin.go
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ func (p *Plugin) Outcome(
p.tokenDataReader,
p.estimateProvider,
observation.Nonces,
previousOutcome.PendingCommitReports,
commitReports,
maxReportSizeBytes,
p.cfg.OffchainConfig.BatchGasLimit)
if err != nil {
Expand Down

0 comments on commit c9f5905

Please sign in to comment.