Pārlūkot izejas kodu

Fix formatting.

Gary Burd 8 gadi atpakaļ
vecāks
revīzija
4873052237
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      conn.go

+ 1 - 1
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