Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Oct 16, 2024
1 parent 671abc8 commit 84abb64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gc/mmtk/src/weak_proc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ impl WeakProcessor {
})
.collect();

worker.scheduler().work_buckets[WorkBucketStage::Prepare].bulk_add(work_packets);
worker.scheduler().work_buckets[WorkBucketStage::VMRefClosure].bulk_add(work_packets);

worker.scheduler().work_buckets[WorkBucketStage::VMRefClosure].bulk_add(vec![
Box::new(UpdateWbUnprotectedObjectsList) as _,
Expand Down

0 comments on commit 84abb64

Please sign in to comment.