From 8baa31e77888a27765a743e2220493939be256d6 Mon Sep 17 00:00:00 2001 From: claudecodering Date: Fri, 7 Nov 2025 16:53:05 +0800 Subject: [PATCH] chore: Fix line break in comment for better readability Signed-off-by: claudecodering --- src/reader.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/reader.go b/src/reader.go index dc0def38..f2187d55 100644 --- a/src/reader.go +++ b/src/reader.go @@ -216,8 +216,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 }