mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
fix pack
This commit is contained in:
@@ -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)?;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user