summaryrefslogtreecommitdiff
path: root/textproto
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-11-16 15:31:55 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-11-16 15:31:55 -0500
commit6286191ce6d24c8f48ce2fea40eab59c291654d4 (patch)
treec35906358e2b0c30f8f535c8fac5794b97bd995d /textproto
parent17e8573c8f240191f267206784c80e5c9131302f (diff)
gofmt
Diffstat (limited to 'textproto')
-rw-r--r--textproto/io.go2
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,
}
}