mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 21:24:01 +03:00
Update golanci-lint
This commit is contained in:
@@ -30,7 +30,7 @@ func (s *statsdFakeServer) Addr() string {
|
||||
|
||||
func (s *statsdFakeServer) Close() error {
|
||||
if s.conn != nil {
|
||||
return s.conn.Close()
|
||||
return s.conn.Close() // nolint: wrapcheck
|
||||
}
|
||||
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user