ent show: blank line between comment header and description

This makes it a little easier to read.
This commit is contained in:
Sebastian Kuzminsky 2025-07-10 10:01:33 -06:00
parent 6cff355e4a
commit 6ea0b98963

View file

@ -194,6 +194,7 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<(
println!("comment: {}", comment.uuid);
println!("author: {}", comment.author);
println!("timestamp: {}", comment.timestamp);
println!("");
println!("{}", comment.description);
}
}