mirror of
https://github.com/go-gitea/gitea
synced 2025-07-16 07:18:37 +00:00
format with gofumpt (#18184)
* gofumpt -w -l . * gofumpt -w -l -extra . * Add linter * manual fix * change make fmt
This commit is contained in:
@@ -42,7 +42,7 @@ func TestUserAvatar(t *testing.T) {
|
||||
|
||||
body := &bytes.Buffer{}
|
||||
|
||||
//Setup multi-part
|
||||
// Setup multi-part
|
||||
writer := multipart.NewWriter(body)
|
||||
writer.WriteField("source", "local")
|
||||
part, err := writer.CreateFormFile("avatar", "avatar-for-testuseravatar.png")
|
||||
|
Reference in New Issue
Block a user