openidec

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit c1f32c38c58b591706989ef8091e143d882d3776
parent 7a0bdf67fd85d11ee0067c9a812ccc16b7f4b158
Author: Petr Razumov <razumov.petr@wb.ru>
Date:   Tue,  4 Apr 2023 15:17:12 +0300

fix: remove ineffectual assignment

Diffstat:
Mcmd/idecd/web.go | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

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