Skip to content

Commit

Permalink
gofmt http.go
Browse files Browse the repository at this point in the history
  • Loading branch information
notque committed Dec 6, 2023
1 parent bc1b48d commit 2227e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/test/http.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func (r APIRequest) compareBodyToFixture(t *testing.T, fixturePath string, data
defer func() {
err := os.Remove(actualPathAbs)
if err != nil {
t.Logf("Warning: Could not remove temporary file %s: %v", actualPathAbs, err)
t.Logf("Warning: Could not remove temporary file %s: %v", actualPathAbs, err)
}
}()

Expand Down

0 comments on commit 2227e05

Please sign in to comment.