From 6286191ce6d24c8f48ce2fea40eab59c291654d4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 16 Nov 2017 15:31:55 -0500 Subject: gofmt --- textproto/io.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'textproto') 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, } } -- cgit v1.2.3