Skip to content

Commit 4963673

Browse files
author
andreaxia
committed
fix fmt
1 parent cc1510b commit 4963673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cachedtransactiongather/cachedtransactiongather_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type mockGatherer struct {
1818
func (m mockGatherer) Gather() ([]*io_prometheus_client.MetricFamily, error) {
1919
fmt.Println("start gather: " + m.sleepUntil.String())
2020
time.Sleep(m.sleepUntil)
21-
fmt.Sprintf("end gather: " + m.sleepUntil.String())
21+
fmt.Println("end gather: " + m.sleepUntil.String())
2222
return []*io_prometheus_client.MetricFamily{}, nil
2323
}
2424

0 commit comments

Comments
 (0)