Skip to content

Commit d73be70

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent d5feca9 commit d73be70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/miri/src/concurrency/thread.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,8 +643,7 @@ impl<'tcx> ThreadManager<'tcx> {
643643
if !self.threads[joined_thread_id].state.is_terminated() {
644644
trace!(
645645
"{:?} blocked on {:?} when trying to join",
646-
self.active_thread,
647-
joined_thread_id
646+
self.active_thread, joined_thread_id
648647
);
649648
// The joined thread is still running, we need to wait for it.
650649
// Unce we get unblocked, perform the appropriate synchronization.

0 commit comments

Comments
 (0)