Remove trailing newline in Release item printout

This commit is contained in:
2025-07-02 22:08:45 -05:00
parent b82cfdb822
commit 8120cb0489

View File

@@ -40,8 +40,7 @@ impl Display for Release {
{name} {}
{}
{published} {} ({created} {})
{author} {} ({})
",
{author} {} ({})",
self.tag_name.bold(),
self.name,
body,