Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Jul 18, 2024
1 parent ad76960 commit 0060e3c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/docker/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,9 @@ pub fn build(name: String) {
let meta = |path: PathBuf| (path.clone(), fs::metadata(path));
let mut metadatas = match name.as_str() {
"bitcoin" | "ethereum" | "monero" => vec![],
"ethereum-relayer" => vec![meta(repo_path.join("common")), meta(repo_path.join("networks"))],
"ethereum-relayer" => {
vec![meta(repo_path.join("common")), meta(repo_path.join("networks"))]
}
"message-queue" => vec![
meta(repo_path.join("common")),
meta(repo_path.join("crypto")),
Expand Down

0 comments on commit 0060e3c

Please sign in to comment.