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()
|
.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(¤t)
|
let is_active = p.name.eq_ignore_ascii_case(¤t)
|
||||||
|| p.aliases
|
|| p.aliases
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue