add a fixme
All checks were successful
cargo devel CI / cargo CI (push) Successful in 2m4s

This commit is contained in:
Christoph J. Scherr 2024-01-18 09:53:27 +01:00
parent ca50a038da
commit 62fa938b1c
No known key found for this signature in database
GPG key ID: 7CDD0B14851A08EF

View file

@ -129,6 +129,8 @@ fn main() {
}
for (i, source) in sources.iter_mut().enumerate() {
let mut config = HeduConfig::new(cli.chars, cli.skip, cli.show_identical, cli.limit);
// FIXME: find a better way to get the file name
// Currently, skipped sources make an extra newline here.
match config.chars {
false => {
println!("{:─^59}", format!(" {} ", cli.data_source[i]));