diff options
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, } } |