Skip to content

Commit 79b2e2f

Browse files
committed
cargo fmt --emit files
1 parent 0ab414a commit 79b2e2f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/memory_manager.rs

+4-1
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,10 @@ pub fn total_bytes<VM: VMBinding>(mmtk: &MMTK<VM>) -> usize {
571571
/// Arguments:
572572
/// * `mmtk`: A reference to an MMTk instance.
573573
/// * `tls`: The thread that triggers this collection request.
574-
pub fn handle_user_collection_request<VM: VMBinding>(mmtk: &MMTK<VM>, tls: VMMutatorThread) -> bool {
574+
pub fn handle_user_collection_request<VM: VMBinding>(
575+
mmtk: &MMTK<VM>,
576+
tls: VMMutatorThread,
577+
) -> bool {
575578
mmtk.handle_user_collection_request(tls, false, false)
576579
}
577580

0 commit comments

Comments
 (0)