From 6286191ce6d24c8f48ce2fea40eab59c291654d4 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 16 Nov 2017 15:31:55 -0500 Subject: gofmt --- backend.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'backend.go') diff --git a/backend.go b/backend.go index 4d03d46..3bf07b5 100644 --- a/backend.go +++ b/backend.go @@ -1,8 +1,8 @@ package libfastimport import ( - "io" "bufio" + "io" "git.lukeshu.com/go/libfastimport/textproto" ) @@ -10,7 +10,7 @@ import ( // A Backend is something that consumes a fast-import stream; the // Backend object provides methods for writing to it. type Backend struct { - w *bufio.Writer + w *bufio.Writer fiw *textproto.FIWriter cbr *textproto.CatBlobReader } -- cgit v1.2.3