Skip to content

Commit 350c39b

Browse files
committed
chore: cargo fmt
1 parent 7300420 commit 350c39b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/codegen/tests/function_pointer_tests.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,8 @@ fn user_defined_virtual_table_calls() {
461461
refInstanceFbA := ADR(instanceFbC);
462462
UserVT_FbA#(refInstanceFbA^.vt^).printNumber^(refInstanceFbA^, 15);
463463
END_FUNCTION
464-
");
464+
",
465+
);
465466

466467
// Lots of yada yada, the interesting part happens in the `main` function
467468
filtered_assert_snapshot!(result, @r#"

0 commit comments

Comments
 (0)