Darien Raymond 9 anni fa
parent
commit
582438ce5e
1 ha cambiato i file con 0 aggiunte e 2 eliminazioni
  1. 0 2
      common/buf/reader.go

+ 0 - 2
common/buf/reader.go

@@ -58,8 +58,6 @@ type BufferToBytesReader struct {
 	eof     bool
 }
 
-
-
 // Private: Visible for testing.
 func (v *BufferToBytesReader) Fill() {
 	b, err := v.stream.Read()