Skip to content

Commit

Permalink
Remove unused method receiver
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Oct 25, 2023
1 parent 690522e commit 6e27fb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func New(c service.Corrector) metrics.Metric {
}
}

func (c *correctionMetrics) View() ([]*metrics.View, error) {
func (*correctionMetrics) View() ([]*metrics.View, error) {
checkedIndexCount, err := view.New(
view.MatchInstrumentName(checkedIndexCount),
view.WithSetDescription(checkedIndexCountDesc),
Expand Down

0 comments on commit 6e27fb6

Please sign in to comment.