Skip to content

Commit 0926200

Browse files
eightbitraptormatzbot
authored andcommitted
[ruby/mmtk] Fix Cargo format issues
ruby/mmtk@26ec9f7f89
1 parent fa8b6af commit 0926200

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

gc/mmtk/src/weak_proc.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,11 @@ impl WeakProcessor {
5252
///
5353
/// Amortizes mutex acquisition over the entire batch. Called when a
5454
/// mutator's local buffer is flushed (buffer full or stop-the-world).
55-
pub fn add_obj_free_candidates_batch(&self, objects: &[ObjectReference], can_parallel_free: bool) {
55+
pub fn add_obj_free_candidates_batch(
56+
&self,
57+
objects: &[ObjectReference],
58+
can_parallel_free: bool,
59+
) {
5660
if objects.is_empty() {
5761
return;
5862
}

0 commit comments

Comments
 (0)