Skip to content

Commit

Permalink
Fix golint issue (#2370)
Browse files Browse the repository at this point in the history
Signed-off-by: Hu Shuai <hus.fnst@fujitsu.com>
  • Loading branch information
hs0210 committed Nov 11, 2021
1 parent d0e5dd5 commit 249accd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metric/sdkapi/noop.go
Expand Up @@ -36,7 +36,7 @@ func NewNoopSyncInstrument() SyncImpl {
return noopSyncInstrument{}
}

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

0 comments on commit 249accd

Please sign in to comment.