Skip to content

Commit 7a86dfc

Browse files
committed
Format.
1 parent 9d05a83 commit 7a86dfc

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

integration-tests/tests/integration_test.rs

+1-7
Original file line numberDiff line numberDiff line change
@@ -10265,13 +10265,7 @@ fn test_virtual_methods_additional() {
1026510265
let rs = quote! {
1026610266
let b = cxx::B::make_unique();
1026710267
};
10268-
run_test(
10269-
"",
10270-
hdr,
10271-
rs,
10272-
&["B"],
10273-
&[],
10274-
);
10268+
run_test("", hdr, rs, &["B"], &[]);
1027510269
}
1027610270

1027710271
#[test]

0 commit comments

Comments
 (0)