Skip to content

Commit 8a28434

Browse files
committed
format
1 parent f9e88e6 commit 8a28434

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/ucp/endpoint/am.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -620,12 +620,12 @@ mod tests {
620620
let protos = vec![None, Some(AmProto::Eager), Some(AmProto::Rndv)];
621621
for block_size_shift in 0..20_usize {
622622
for p in protos.iter() {
623-
let rt = tokio::runtime::Builder::new_current_thread()
624-
.enable_time()
625-
.build()
626-
.unwrap();
627-
let local = tokio::task::LocalSet::new();
628-
local.block_on(&rt, send_recv(4 << block_size_shift, *p));
623+
let rt = tokio::runtime::Builder::new_current_thread()
624+
.enable_time()
625+
.build()
626+
.unwrap();
627+
let local = tokio::task::LocalSet::new();
628+
local.block_on(&rt, send_recv(4 << block_size_shift, *p));
629629
}
630630
}
631631
}

0 commit comments

Comments
 (0)