fix: remove ineffectual assignment

pull/2/head
Petr Razumov 2023-04-04 15:17:12 +03:00
parent 7a0bdf67fd
commit c1f32c38c5
1 changed files with 0 additions and 1 deletions

View File

@ -861,7 +861,6 @@ func msg_trunc(m *ii.Msg, maxlen int, more string) string {
}
}
if pre {
pre = false
f += "</pre>\n"
}
return f