Skip to content

Commit 61926c4

Browse files
committed
style: missing trailing comma
1 parent bbac7ea commit 61926c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/deduplicate_arguments.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ mod tests {
298298
"..",
299299
"abc/def",
300300
".",
301-
"0/1/2"
301+
"0/1/2",
302302
]);
303303
let mut actual = original.clone();
304304
deduplicate_arguments::<MockedApi>(&mut actual);

0 commit comments

Comments
 (0)