This blocks approach seems to work

Former-commit-id: 95d5bc78f2
This commit is contained in:
Jarred Sumner
2021-05-30 00:17:17 -07:00
parent 2a54b9f138
commit d1db1fdd79
6 changed files with 469 additions and 781 deletions

View File

@@ -380,7 +380,6 @@ pub const Cli = struct {
_ = try writer.write("\n");
for (result.output_files) |file| {
const padding_count = 2 + (max_path_len - file.path.len);
try writer.writeByteNTimes(' ', 2);
try writer.writeAll(file.path);
try writer.writeByteNTimes(' ', padding_count);