Skip to content

Commit

Permalink
gofmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dnaeon authored Oct 7, 2019
1 parent ac89061 commit 9384691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recorder/go18_nobody.go
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ import (
)

// isNoBody returns true iff r is an http.NoBody.
func isNoBody(r io.ReadCloser) bool { return r == http.NoBody }
func isNoBody(r io.ReadCloser) bool { return r == http.NoBody }

0 comments on commit 9384691

Please sign in to comment.