We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff3df53 commit 4662233Copy full SHA for 4662233
gix-path/src/env/git/tests.rs
@@ -114,10 +114,7 @@ mod locations {
114
locations_from!(
115
"ProgramW6432" => r"Z:\wi\de",
116
),
117
- pathbuf_vec![
118
- r"Z:\wi\de\Git\clangarm64\bin",
119
- r"Z:\wi\de\Git\mingw64\bin",
120
- ],
+ pathbuf_vec![r"Z:\wi\de\Git\clangarm64\bin", r"Z:\wi\de\Git\mingw64\bin"],
121
);
122
assert_eq!(
123
0 commit comments