This commit is contained in:
Aiden McClelland
2021-07-01 10:51:22 -06:00
parent dcd02c03a0
commit 7bbbb5463e
19 changed files with 258 additions and 49 deletions

View File

@@ -80,7 +80,7 @@ impl std::fmt::Display for DependencyError {
if !comma {
comma = true;
} else {
write!(f, ", ");
write!(f, ", ")?;
}
write!(f, "{} @ {} {}", check, res.time, res.result)?;
}