Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
qdm12 committed Aug 10, 2022
1 parent c1e7e9b commit 7b98d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dot/telemetry/telemetry.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ type Message interface {
type NoopClient struct{}

// SendMessage is an empty implementation used for testing
func (NoopClient) SendMessage(_ Message) {}
func (NoopClient) SendMessage(x Message) {}

0 comments on commit 7b98d64

Please sign in to comment.