Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Apr 16, 2024
1 parent 1d8a6c3 commit 2cee30f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/plan/generational/global.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,7 @@ pub struct CommonGenPlan<VM: VMBinding> {
impl<VM: VMBinding> CommonGenPlan<VM> {
pub fn new(mut args: CreateSpecificPlanArgs<VM>) -> Self {
let nursery = CopySpace::new(
args.get_space_args(
"nursery",
true,
VMRequest::discontiguous(),
),
args.get_space_args("nursery", true, VMRequest::discontiguous()),
true,
);
let full_heap_gc_count = args
Expand Down

0 comments on commit 2cee30f

Please sign in to comment.