Skip to content

Commit 290fa0d

Browse files
peterzhu2118matzbot
authored andcommitted
[ruby/mmtk] Fix cargo fmt
ruby/mmtk@f4c46cabc7
1 parent 715d69a commit 290fa0d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

gc/mmtk/src/api.rs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -198,11 +198,7 @@ pub unsafe extern "C" fn mmtk_init_binding(
198198
let mmtk_boxed = mmtk_init(&builder);
199199
let mmtk_static = Box::leak(Box::new(mmtk_boxed));
200200

201-
let binding = RubyBinding::new(
202-
mmtk_static,
203-
&binding_options,
204-
upcalls,
205-
);
201+
let binding = RubyBinding::new(mmtk_static, &binding_options, upcalls);
206202

207203
crate::BINDING
208204
.set(binding)

0 commit comments

Comments
 (0)