Skip to content

Commit 4cd673b

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 06ca3ab commit 4cd673b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/tools/miri/src/concurrency/data_race.rs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,12 @@ impl VClockAlloc {
10741074
size: Size,
10751075
machine: &mut MiriMachine<'_, '_>,
10761076
) -> InterpResult<'tcx> {
1077-
self.unique_access(alloc_id, alloc_range(Size::ZERO, size), NaWriteType::Deallocate, machine)
1077+
self.unique_access(
1078+
alloc_id,
1079+
alloc_range(Size::ZERO, size),
1080+
NaWriteType::Deallocate,
1081+
machine,
1082+
)
10781083
}
10791084
}
10801085

0 commit comments

Comments
 (0)