summaryrefslogtreecommitdiff
path: root/scripts/native-utils/src/split_path.rs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/native-utils/src/split_path.rs')
-rw-r--r--scripts/native-utils/src/split_path.rs6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/native-utils/src/split_path.rs b/scripts/native-utils/src/split_path.rs
index 097863b..16063ab 100644
--- a/scripts/native-utils/src/split_path.rs
+++ b/scripts/native-utils/src/split_path.rs
@@ -109,11 +109,7 @@ mod tests {
#[test]
fn exactly_one() {
assert_eq!(
- do_split_paths(
- &OsString::from("/good/foo"),
- Path::new("/bad"),
- true
- ),
+ do_split_paths(&OsString::from("/good/foo"), Path::new("/bad"), true),
OsString::from("export PATH='/good/foo'\nexport WSLPATH=''\n")
);
}