mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-13 22:40:03 -04:00
fix: remove useless code
This commit is contained in:
parent
96ca461879
commit
82b556c748
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user