From 4873052237e4eeda85cf50c071ef33836fe8e139 Mon Sep 17 00:00:00 2001 From: Gary Burd Date: Wed, 1 Mar 2017 09:42:05 -0800 Subject: [PATCH] Fix formatting. --- conn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conn.go b/conn.go index 7bbc601..7acc58a 100644 --- a/conn.go +++ b/conn.go @@ -279,7 +279,7 @@ func newConnBRW(conn net.Conn, isServer bool, readBufferSize, writeBufferSize in readBufferSize = maxControlFramePayloadSize } - // Reuse the supplied brw.Reader if brw.Reader's buf is the requested size. + // Reuse the supplied brw.Reader if brw.Reader's buf is the requested size. var br *bufio.Reader if brw != nil && brw.Reader != nil { // This code assumes that peek on a reset reader returns