Skip to content

Commit 6c01119

Browse files
[autofix.ci] apply automated fixes (attempt 2/3)
1 parent f0fdc74 commit 6c01119

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mitmproxy-contentviews/src/grpc.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ mod tests {
8282

8383
#[test]
8484
fn test_empty() {
85-
let res = GRPC.prettify(&vec![], &TestMetadata::default()).unwrap();
85+
let res = GRPC.prettify(&[], &TestMetadata::default()).unwrap();
8686
assert_eq!(res, "");
8787
}
8888

0 commit comments

Comments
 (0)