mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 04:14:03 +03:00
Update golanci-lint
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ type StatsdFactory struct {
|
||||
|
||||
// Close stops sending requests to statsd.
|
||||
func (s StatsdFactory) Close() error {
|
||||
return s.client.Close()
|
||||
return s.client.Close() // nolint: wrapcheck
|
||||
}
|
||||
|
||||
// Make build a new observer.
|
||||
|
||||
Reference in New Issue
Block a user