mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 21:24:01 +03:00
Add gofumpt as formatter
This commit is contained in:
@@ -71,7 +71,7 @@ func (suite *DefaultDialerTestSuite) TestHTTPRequest() {
|
||||
resp, err := httpClient.Get(suite.MakeURL("/get"))
|
||||
|
||||
suite.NoError(err)
|
||||
suite.Equal(http.StatusOK, resp.StatusCode)
|
||||
suite.Equal(http.StatusOK, resp.StatusCode)
|
||||
}
|
||||
|
||||
func TestDefaultDialer(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user