chore(ci): align formatting and clippy output for gates
This commit is contained in:
parent
ce23cbaeea
commit
e85418eda4
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue