File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed
token/core/common/metrics Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -249,15 +249,13 @@ func (m *mockCounter) With(labelValues ...string) metrics.Counter {
249249}
250250
251251func (m * mockCounter ) Add (delta float64 ) {
252- return
253252}
254253
255254type mockGauge struct {
256255 labelValues []string
257256}
258257
259258func (m * mockGauge ) Set (value float64 ) {
260- return
261259}
262260
263261func (m * mockGauge ) With (labelValues ... string ) metrics.Gauge {
@@ -266,7 +264,6 @@ func (m *mockGauge) With(labelValues ...string) metrics.Gauge {
266264}
267265
268266func (m * mockGauge ) Add (delta float64 ) {
269- return
270267}
271268
272269type mockHistogram struct {
@@ -279,5 +276,4 @@ func (m *mockHistogram) With(labelValues ...string) metrics.Histogram {
279276}
280277
281278func (m * mockHistogram ) Observe (value float64 ) {
282- return
283279}
You can’t perform that action at this time.
0 commit comments