mirror of https://github.com/golang/go.git
delete the trailing spaces
This commit is contained in:
parent
7c4fce7820
commit
b04724a072
|
|
@ -30,8 +30,8 @@ func (r *Reader) Len() int {
|
||||||
return int(int64(len(r.s)) - r.i)
|
return int(int64(len(r.s)) - r.i)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Size returns the original length of the underlying byte slice.
|
// Size returns the original length of the underlying byte slice.
|
||||||
// Size is the number of bytes available for reading via ReadAt.
|
// Size is the number of bytes available for reading via ReadAt.
|
||||||
// The result is unaffected by any method calls except Reset.
|
// The result is unaffected by any method calls except Reset.
|
||||||
func (r *Reader) Size() int64 { return int64(len(r.s)) }
|
func (r *Reader) Size() int64 { return int64(len(r.s)) }
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue