mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 13:54:02 +03:00
Update golangci-lint
This commit is contained in:
+1
-1
@@ -21,7 +21,7 @@ type networkHTTPTransport struct {
|
||||
func (n networkHTTPTransport) RoundTrip(req *http.Request) (*http.Response, error) {
|
||||
req.Header.Set("User-Agent", n.userAgent)
|
||||
|
||||
return n.next.RoundTrip(req) // nolint: wrapcheck
|
||||
return n.next.RoundTrip(req) //nolint: wrapcheck
|
||||
}
|
||||
|
||||
type network struct {
|
||||
|
||||
Reference in New Issue
Block a user