Skip to content

Commit 4873052

Browse files
committed
Fix formatting.
1 parent 286b5c9 commit 4873052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

conn.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ func newConnBRW(conn net.Conn, isServer bool, readBufferSize, writeBufferSize in
279279
readBufferSize = maxControlFramePayloadSize
280280
}
281281

282-
// Reuse the supplied brw.Reader if brw.Reader's buf is the requested size.
282+
// Reuse the supplied brw.Reader if brw.Reader's buf is the requested size.
283283
var br *bufio.Reader
284284
if brw != nil && brw.Reader != nil {
285285
// This code assumes that peek on a reset reader returns

0 commit comments

Comments
 (0)