Skip to content

Commit

Permalink
Clean terminal output.
Browse files Browse the repository at this point in the history
  • Loading branch information
hhandika committed Sep 2, 2024
1 parent d3e5488 commit 3dd1a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/maf/convert.rs
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ impl<'a> MafConvertParser<'a> {
log::info!("{:18}: {}", "File counts", utils::fmt_num(&files.len()));
let task = "MAF format conversion";
log::info!("{:18}: {}", "Input format:", "MAF");
log::info!("{:18}: {}", "Task", task);
log::info!("{:18}: {}\n", "Task", task);
self.check_output_dir_exist(&self.args.output, self.args.io.force);
let convert = MafConverter::new(
&files,
Expand Down

0 comments on commit 3dd1a6d

Please sign in to comment.