summaryrefslogtreecommitdiff
path: root/textproto/io.go
diff options
context:
space:
mode:
Diffstat (limited to 'textproto/io.go')
-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,
}
}