Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
samlaf committed Aug 22, 2024
1 parent cba4754 commit eb3f1cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,6 @@ func (n *noopMetricer) RecordInfo(_ string) {
func (n *noopMetricer) RecordUp() {
}

func (n *noopMetricer) RecordRPCServerRequest(method string) func(status string) {
return func(status string) {}
func (n *noopMetricer) RecordRPCServerRequest(string) func(status string) {
return func(string) {}
}

0 comments on commit eb3f1cb

Please sign in to comment.