aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/bin/zot/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/zot/main.rs b/src/bin/zot/main.rs
index 383f25f..50dfb97 100644
--- a/src/bin/zot/main.rs
+++ b/src/bin/zot/main.rs
@@ -137,7 +137,7 @@ async fn main() -> Result<(), Box<(dyn std::error::Error + 'static)>> {
summary.truncate(64);
- println!("{} {} - {}",
+ println!("{} | {:24} | {}",
item.created.to_string(),
item.author.name,
summary);