aboutsummaryrefslogtreecommitdiff
path: root/xtask/src/command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'xtask/src/command.rs')
-rw-r--r--xtask/src/command.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/xtask/src/command.rs b/xtask/src/command.rs
index d05a95b..38550fe 100644
--- a/xtask/src/command.rs
+++ b/xtask/src/command.rs
@@ -266,11 +266,11 @@ impl core::fmt::Display for CargoCommand<'_> {
let arguments = arguments
.clone()
.map(|a| format!("{a}"))
- .unwrap_or_else(|| "No extra arguments".into());
+ .unwrap_or_else(|| "no extra arguments".into());
if cargoarg.is_some() {
- write!(f, "Document ({feat}, {carg}, {arguments}")
+ write!(f, "Document ({feat}, {carg}, {arguments})")
} else {
- write!(f, "Document ({feat}, {arguments}")
+ write!(f, "Document ({feat}, {arguments})")
}
}
CargoCommand::Test {