Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Sep 21, 2024
1 parent 49b3cc9 commit bad6b13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/artifacts/solc/src/remappings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,8 +771,8 @@ fn dir_distance(root: &Path, current: &Path) -> usize {
}

/// This finds the next window between `root` and `current`
/// If `root` ends with a `lib` component then start joining components from `current` until no valid
/// window opener is found
/// If `root` ends with a `lib` component then start joining components from `current` until no
/// valid window opener is found
fn next_nested_window(root: &Path, current: &Path) -> PathBuf {
if !is_lib_dir(root) || root == current {
return root.to_path_buf();
Expand Down

0 comments on commit bad6b13

Please sign in to comment.