Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhwarrier committed Nov 16, 2023
1 parent cec85da commit 19f277f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/load/automationv2_1/gun.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ func NewLogTriggerUser(
}
}

func (m *LogTriggerGun) Call(l *wasp.Generator) *wasp.CallResult {
func (m *LogTriggerGun) Call(_ *wasp.Generator) *wasp.CallResult {
m.logger.Debug().Str("Trigger address", m.triggerContract.Address().String()).Msg("Triggering upkeep")
payload := make([]int, 0)
for i := 0; i < m.numberOfEvents; i++ {
Expand Down

0 comments on commit 19f277f

Please sign in to comment.