mirror of
https://github.com/42wim/matterbridge
synced 2024-11-03 15:40:24 +00:00
Make interfacer linter happy
This commit is contained in:
parent
1794922263
commit
588b8e0303
@ -3,6 +3,7 @@ package btelegram
|
||||
import (
|
||||
"bytes"
|
||||
"html"
|
||||
"io"
|
||||
|
||||
"github.com/russross/blackfriday"
|
||||
)
|
||||
@ -32,7 +33,7 @@ func (options *customHTML) Header(out *bytes.Buffer, text func() bool, level int
|
||||
options.Paragraph(out, text)
|
||||
}
|
||||
|
||||
func (options *customHTML) HRule(out *bytes.Buffer) {
|
||||
func (options *customHTML) HRule(out io.ByteWriter) {
|
||||
out.WriteByte('\n')
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user