mirror of
https://github.com/go-gitea/gitea
synced 2025-07-19 16:58:37 +00:00
Update go dependencies (#32389)
This commit is contained in:
@@ -46,7 +46,7 @@ func (r *stripRenderer) Render(w io.Writer, source []byte, doc ast.Node) error {
|
||||
coalesce := prevSibIsText
|
||||
r.processString(
|
||||
w,
|
||||
v.Text(source),
|
||||
v.Text(source), //nolint:staticcheck
|
||||
coalesce)
|
||||
if v.SoftLineBreak() {
|
||||
r.doubleSpace(w)
|
||||
|
Reference in New Issue
Block a user