Skip to content

Commit

Permalink
fix: formatting in error.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
schneedotdev committed Aug 17, 2024
1 parent 9c0199a commit 377779e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,10 +87,7 @@ mod tests {
Error::CannotWriteToFile("src/test".into()),
"cannot write to src/test",
),
(
Error::CannotParseMetaData,
"cannot parse metadata",
),
(Error::CannotParseMetaData, "cannot parse metadata"),
(
Error::CannotReadFile("src/test".into()),
"cannot read file src/test",
Expand Down

0 comments on commit 377779e

Please sign in to comment.