Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shleikes committed Apr 25, 2024
1 parent 3f795f8 commit d502dbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion protocol/provideroptimizer/provider_optimizer.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ func (po *ProviderOptimizer) appendRelayData(providerAddress string, latency tim
utils.LogAttr("latency", latency),
utils.LogAttr("success", success),
)

}

func (po *ProviderOptimizer) AppendProbeRelayData(providerAddress string, latency time.Duration, success bool) {
Expand Down

0 comments on commit d502dbc

Please sign in to comment.