refactor: cargo fmt
Deploy docs / deploy (push) Canceled after 0s
Nightly / nightly (push) Canceled after 0s
CI / check (push) Successful in 3m12s

This commit is contained in:
2026-08-07 23:36:26 -04:00
parent 32e1dc1101
commit 5515567f17
+1 -1
View File
@@ -584,4 +584,4 @@ mod tests {
fn the_cli_rejects_an_unknown_subcommand() { fn the_cli_rejects_an_unknown_subcommand() {
assert!(Cli::try_parse_from(["coursebank", "frobnicate"]).is_err()); assert!(Cli::try_parse_from(["coursebank", "frobnicate"]).is_err());
} }
} }