chore(ci): align formatting and clippy output for gates

This commit is contained in:
Chummy 2026-02-18 00:46:47 +08:00
parent ce23cbaeea
commit e85418eda4

View file

@ -563,8 +563,8 @@ async fn main() -> Result<()> {
.trim() .trim()
.to_ascii_lowercase(); .to_ascii_lowercase();
println!("Supported providers ({} total):\n", providers.len()); println!("Supported providers ({} total):\n", providers.len());
println!(" {:<19} {}", "ID (use in config)", "DESCRIPTION"); println!(" ID (use in config) DESCRIPTION");
println!(" {:<19} {}", "───────────────────", "───────────"); println!(" ─────────────────── ───────────");
for p in &providers { for p in &providers {
let is_active = p.name.eq_ignore_ascii_case(&current) let is_active = p.name.eq_ignore_ascii_case(&current)
|| p.aliases || p.aliases