From e79baeab8e1f6e826437bb8331da869b65e20fb2 Mon Sep 17 00:00:00 2001 From: Bryan Helmkamp Date: Wed, 15 Apr 2026 09:20:07 -0400 Subject: [PATCH] fix(cli): align Run ID with other run header lines Co-Authored-By: Claude Opus 4.6 (1M context) --- lib/crates/fabro-cli/src/commands/run/command.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/crates/fabro-cli/src/commands/run/command.rs b/lib/crates/fabro-cli/src/commands/run/command.rs index 56ca50847..81add8adf 100644 --- a/lib/crates/fabro-cli/src/commands/run/command.rs +++ b/lib/crates/fabro-cli/src/commands/run/command.rs @@ -35,7 +35,7 @@ pub(crate) async fn execute( if !quiet { fabro_util::printerr!( printer, - "{} {}", + " {} {}", styles.dim.apply_to("Run:"), styles.dim.apply_to(&created_run.run_id), );