Skip to content

Commit 97f0768

Browse files
committed
Fix style
1 parent 50fd82a commit 97f0768

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/mmtk.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,6 +556,6 @@ impl<VM: VMBinding> MMTK<VM> {
556556
});
557557
}
558558
});
559-
return ret;
559+
ret
560560
}
561561
}

src/scheduler/worker.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,6 @@ impl<VM: VMBinding> WorkerGroup<VM> {
460460
}
461461
live_bytes_per_space.clear();
462462
});
463-
return ret;
463+
ret
464464
}
465465
}

0 commit comments

Comments
 (0)