aboutsummaryrefslogtreecommitdiff
path: root/format/sideband64k/helpers_test.go
diff options
context:
space:
mode:
authorGravatar Runxi Yu2026-03-06 16:46:51 +0800
committerGravatar Runxi Yu2026-03-06 16:46:51 +0800
commit9e44418ce9d88f4159067b1ce2c808cb93e29c38 (patch)
tree4ff99e20df4ec1c6ddb8508202fcb28aa42551eb /format/sideband64k/helpers_test.go
parentformat/sideband64k: Add side-band-64k (diff)
signatureNo signature
format/sideband64k: Lint
Diffstat (limited to 'format/sideband64k/helpers_test.go')
-rw-r--r--format/sideband64k/helpers_test.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/format/sideband64k/helpers_test.go b/format/sideband64k/helpers_test.go
index c10e9e71..f9b2608f 100644
--- a/format/sideband64k/helpers_test.go
+++ b/format/sideband64k/helpers_test.go
@@ -26,6 +26,7 @@ func (w *limitWriter) Write(p []byte) (int, error) {
func (w *limitWriter) Flush() error {
w.flushes++
+
return nil
}
@@ -40,5 +41,6 @@ func (r *byteReader) Read(p []byte) (int, error) {
p[0] = r.data[0]
r.data = r.data[1:]
+
return 1, nil
}