From e85418eda4a88a82c483de1b0a2acedc0f5a7721 Mon Sep 17 00:00:00 2001 From: Chummy Date: Wed, 18 Feb 2026 00:46:47 +0800 Subject: [PATCH] chore(ci): align formatting and clippy output for gates --- src/main.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index e14fcc9..f9488c6 100644 --- a/src/main.rs +++ b/src/main.rs @@ -563,8 +563,8 @@ async fn main() -> Result<()> { .trim() .to_ascii_lowercase(); println!("Supported providers ({} total):\n", providers.len()); - println!(" {:<19} {}", "ID (use in config)", "DESCRIPTION"); - println!(" {:<19} {}", "───────────────────", "───────────"); + println!(" ID (use in config) DESCRIPTION"); + println!(" ─────────────────── ───────────"); for p in &providers { let is_active = p.name.eq_ignore_ascii_case(¤t) || p.aliases