Skip to content

Commit

Permalink
Merge branch 'main' into update-deps-squashed
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlias committed Nov 11, 2021
2 parents d44cd06 + 3b9e067 commit 63cfd0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metric/sdkapi/noop.go
Expand Up @@ -38,8 +38,8 @@ func NewNoopSyncInstrument() SyncImpl {

// NewNoopAsyncInstrument returns a No-op implementation of the
// asynchronous instrument interface.
func NewNoopAsyncInstrument() SyncImpl {
return noopSyncInstrument{}
func NewNoopAsyncInstrument() AsyncImpl {
return noopAsyncInstrument{}
}

func (noopInstrument) Implementation() interface{} {
Expand Down

0 comments on commit 63cfd0f

Please sign in to comment.