fix: remove useless code

This commit is contained in:
Marcus Holland-Moritz 2024-10-20 13:20:42 +02:00
parent 96ca461879
commit 82b556c748

View File

@ -65,7 +65,6 @@ std::string render_manpage(manpage::document const doc, size_t const width,
if (wp != std::string_view::npos) {
fmt::format_to(out_it, style, "{}", t.substr(0, wp));
column += wp;
t = t.substr(wp + space_offset);
}