Fix duplicate newlines when a whole file is novel

Broken in trunk but works fine in 0.29.1. Fixes #302
pull/305/head
Wilfred Hughes 2022-06-29 21:36:52 +07:00
parent 79ad6b7ed2
commit 5c19ac600d
1 changed files with 0 additions and 1 deletions

@ -98,7 +98,6 @@ fn display_single_column(
.to_string(),
);
formatted_line.push_str(line);
formatted_line.push('\n');
result.push(formatted_line);
}