Skip to content

Commit 4662233

Browse files
committed
Tweak formatting to fix lint
1 parent ff3df53 commit 4662233

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

gix-path/src/env/git/tests.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -114,10 +114,7 @@ mod locations {
114114
locations_from!(
115115
"ProgramW6432" => r"Z:\wi\de",
116116
),
117-
pathbuf_vec![
118-
r"Z:\wi\de\Git\clangarm64\bin",
119-
r"Z:\wi\de\Git\mingw64\bin",
120-
],
117+
pathbuf_vec![r"Z:\wi\de\Git\clangarm64\bin", r"Z:\wi\de\Git\mingw64\bin"],
121118
);
122119
assert_eq!(
123120
locations_from!(

0 commit comments

Comments
 (0)