diff --git a/src/reader.go b/src/reader.go index f05d311c..32bbda36 100644 --- a/src/reader.go +++ b/src/reader.go @@ -217,8 +217,7 @@ func (r *Reader) feed(src io.Reader) { // position in the slab so that a straddling item that doesn't go // beyond the boundary of a slab doesn't need to be copied to // another buffer. However, the performance gain is negligible in - // practice (< 0.1%) and is not - // worth the added complexity. + // practice (< 0.1%) and is not worth the added complexity. leftover = append(leftover, buf...) break }