mirror of https://github.com/v2ray/v2ray-core
gofmt
parent
ed9217bf20
commit
582438ce5e
|
@ -58,8 +58,6 @@ type BufferToBytesReader struct {
|
|||
eof bool
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Private: Visible for testing.
|
||||
func (v *BufferToBytesReader) Fill() {
|
||||
b, err := v.stream.Read()
|
||||
|
|
Loading…
Reference in New Issue