Skip to content

Commit

Permalink
gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
k2tzumi committed Dec 25, 2022
1 parent aabb8d3 commit e4c7e1c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openapi3filter/issue722_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ components:
body := &bytes.Buffer{}
writer := multipart.NewWriter(body)


{ // Add file data
fw, err := writer.CreateFormFile("file", "hello.txt")
if err != nil {
Expand Down Expand Up @@ -145,4 +144,4 @@ components:
panic(err)
}
// Output:
}
}

0 comments on commit e4c7e1c

Please sign in to comment.