diff options
Diffstat (limited to 'bridge/telegram/html.go')
-rw-r--r-- | bridge/telegram/html.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bridge/telegram/html.go b/bridge/telegram/html.go index 12d6d0c6..148f42e6 100644 --- a/bridge/telegram/html.go +++ b/bridge/telegram/html.go @@ -34,7 +34,7 @@ func (options *customHTML) Header(out *bytes.Buffer, text func() bool, level int } func (options *customHTML) HRule(out io.ByteWriter) { - out.WriteByte('\n') + out.WriteByte('\n') //nolint:errcheck } func (options *customHTML) BlockQuote(out *bytes.Buffer, text []byte) { |