Skip to content

Commit

Permalink
Bad code format
Browse files Browse the repository at this point in the history
  • Loading branch information
coeuvre committed Sep 28, 2021
1 parent fe9aa67 commit bcd715a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions agent/src/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ pub fn split_path_inclusive(path: &Path, target: &str) -> Option<(PathBuf, PathB
}

if found {
let second: PathBuf = iter.collect();
Some((first, second))
let second: PathBuf = iter.collect();
Some((first, second))
} else {
None
}
Expand Down

0 comments on commit bcd715a

Please sign in to comment.