ent show: blank line between comment header and description
This makes it a little easier to read.
This commit is contained in:
parent
6cff355e4a
commit
6ea0b98963
1 changed files with 1 additions and 0 deletions
|
|
@ -194,6 +194,7 @@ fn handle_command(args: &Args, issues_dir: &std::path::Path) -> anyhow::Result<(
|
||||||
println!("comment: {}", comment.uuid);
|
println!("comment: {}", comment.uuid);
|
||||||
println!("author: {}", comment.author);
|
println!("author: {}", comment.author);
|
||||||
println!("timestamp: {}", comment.timestamp);
|
println!("timestamp: {}", comment.timestamp);
|
||||||
|
println!("");
|
||||||
println!("{}", comment.description);
|
println!("{}", comment.description);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue