Add whitespace linter (#24855)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
176370e175
Коммит
0d5a8b8841
@@ -185,5 +185,4 @@ func TestGetAtmosCamoImageURL(t *testing.T) {
|
||||
assert.Equal(t, test.Expected, backend.getAtmosCamoImageURL(test.Input))
|
||||
})
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -297,7 +297,6 @@ func newProxyRequest(r *http.Request, baseURL *url.URL) (*proxyRequest, error) {
|
||||
if err != nil {
|
||||
return nil, URLError{fmt.Sprintf("unable to parse remote URL: %v", err), r.URL}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if baseURL != nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user