Skip to content

Commit e5c8221

Browse files
committed
Lint
1 parent 49fd4b4 commit e5c8221

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/markup/markdown/markdown.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ func RenderRaw(ctx *markup.RenderContext, input io.Reader, output io.Writer) err
257257

258258
go func() {
259259
if err := render(ctx, input, wr); err != nil {
260-
wr.CloseWithError(err)
260+
_ = wr.CloseWithError(err)
261261
return
262262
}
263263
_ = wr.Close()

0 commit comments

Comments
 (0)