automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-08-30 14:27:56 +00:00 committed by github-actions[bot]
parent 7eb7d95f94
commit 687fd94870
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ fn main() -> anyhow::Result<()> {
if !fancy {
println!("{}", text.join(" "))
} else {
printing::blockprint(&text.join(" "), console::Color::Cyan)
printing::blockprint(text.join(" "), console::Color::Cyan)
}
}
}