Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
chore: rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Aug 1, 2022
1 parent a6679f3 commit 646ebee
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ethers-solc/src/report/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ pub fn format_unresolved_imports(imports: &[(&Path, &Path)], remappings: &[Remap
format!(
"Unable to resolve imports:\n {}\nwith remappings:\n {}",
info,
remappings.iter().map(|r| r.to_string()).collect::<Vec<_>>().join("\n ")
remappings.iter().map(|r| r.to_string()).collect::<Vec<_>>().join("\n ")
)
}

Expand Down Expand Up @@ -530,7 +530,8 @@ mod tests {
Unable to resolve imports:
"./src/Import.sol" in "src/File.col"
with remappings:
oz=a/b/c/d/"#.trim()
oz=a/b/c/d/"#
.trim()
)
}
}

0 comments on commit 646ebee

Please sign in to comment.