Skip to content

Commit 901b740

Browse files
committed
chore: fix lint issue with SA1006
1 parent e6184a3 commit 901b740

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

protocol/decoder/real_decoder.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,6 +473,6 @@ func (rd *RealDecoder) FormatDetailedError(message string) error {
473473
lines = append(lines, receivedByteString.FormatWithHighlightedOffset(offset, "error", "Received: ", suffix))
474474
lines = append(lines, message)
475475

476-
// lint:ignore SA1006 we are okay with this
476+
//lint:ignore SA1006 we are okay with this
477477
return fmt.Errorf(strings.Join(lines, "\n"))
478478
}

0 commit comments

Comments
 (0)