format with gofumpt (#18184)
* gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
This commit is contained in:
@ -18,7 +18,7 @@ func TestGitSmartHTTP(t *testing.T) {
|
||||
}
|
||||
|
||||
func testGitSmartHTTP(t *testing.T, u *url.URL) {
|
||||
var kases = []struct {
|
||||
kases := []struct {
|
||||
p string
|
||||
code int
|
||||
}{
|
||||
|
Reference in New Issue
Block a user