1
Fork 0

Back to single line between errors. Add header space to secondary files

This commit is contained in:
Jonathan Turner 2016-05-24 10:42:32 -04:00
parent 9cc8debeb7
commit 00b78d0d6a
5 changed files with 26 additions and 4 deletions

View file

@ -494,6 +494,13 @@ impl FileInfo {
}],
kind: RenderedLineKind::OtherFileName,
});
output.push(RenderedLine {
text: vec![StyledString {
text: "".to_string(),
style: Style::FileNameStyle,
}],
kind: RenderedLineKind::Annotations,
});
}
}
}