From 9e44418ce9d88f4159067b1ce2c808cb93e29c38 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Fri, 6 Mar 2026 16:46:51 +0800 Subject: format/sideband64k: Lint --- format/sideband64k/encoder.go | 1 + 1 file changed, 1 insertion(+) (limited to 'format/sideband64k/encoder.go') diff --git a/format/sideband64k/encoder.go b/format/sideband64k/encoder.go index 56854abf..4205d461 100644 --- a/format/sideband64k/encoder.go +++ b/format/sideband64k/encoder.go @@ -28,6 +28,7 @@ func NewEncoder(w pktline.WriteFlusher) *Encoder { func (e *Encoder) SetMaxData(n int) { if n <= 0 { e.maxData = DataMax + return } -- cgit v1.3.1-10-gc9f91