Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
mativm02 committed Jan 22, 2024
1 parent 8eae9ed commit 8391135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pumps/resurface.go
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ func (rp *ResurfacePump) writeData() {
}
}

func (rp *ResurfacePump) WriteData(ctx context.Context, data []interface{}) error {
func (rp *ResurfacePump) WriteData(_ context.Context, data []interface{}) error {
rp.log.Debug("Writing ", len(data), " records")
if rp.enabled {
rp.data <- data
Expand Down

0 comments on commit 8391135

Please sign in to comment.