diff options
author | Luke Shumaker <lukeshu@lukeshu.com> | 2017-11-16 15:31:55 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@lukeshu.com> | 2017-11-16 15:31:55 -0500 |
commit | 6286191ce6d24c8f48ce2fea40eab59c291654d4 (patch) | |
tree | c35906358e2b0c30f8f535c8fac5794b97bd995d /textproto | |
parent | 17e8573c8f240191f267206784c80e5c9131302f (diff) |
gofmt
Diffstat (limited to 'textproto')
-rw-r--r-- | textproto/io.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproto/io.go b/textproto/io.go index 1b6402b..f31f950 100644 --- a/textproto/io.go +++ b/textproto/io.go @@ -128,7 +128,7 @@ type CatBlobWriter struct { } func NewCatBlobWriter(w io.Writer) *CatBlobWriter { - return &CatBlobWriter { + return &CatBlobWriter{ w: w, } } |