Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar committed Oct 13, 2024
1 parent 19d7f14 commit 2556c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/prepare.rs
Original file line number Diff line number Diff line change
Expand Up @@ -387,10 +387,10 @@ pub enum PrepareError {
#[error("invalid Cargo.toml syntax")]
InvalidCargoTomlSyntax,
/// Some of this crate's dependencies were yanked, preventing Crater from fetching them.
#[error("the crate depends on yanked dependencies: \n{0}")]
#[error("the crate depends on yanked dependencies: \n\n{0}")]
YankedDependencies(String),
/// Some of the dependencies do not exist anymore.
#[error("the crate depends on missing dependencies: \n{0}")]
#[error("the crate depends on missing dependencies: \n\n{0}")]
MissingDependencies(String),
}

Expand Down

0 comments on commit 2556c99

Please sign in to comment.