Skip to content

Commit 7adaa50

Browse files
author
The Miri Cronjob Bot
committed
fmt
1 parent 326d775 commit 7adaa50

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/tools/miri/src/machine.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,7 @@ impl<'tcx> Machine<'tcx> for MiriMachine<'tcx> {
12031203
ecx: &mut InterpCx<'tcx, Self>,
12041204
val: ImmTy<'tcx>,
12051205
) -> InterpResult<'tcx, ImmTy<'tcx>> {
1206-
crate::math::apply_random_float_error_to_imm(
1207-
ecx, val, 2 /* log2(4) */
1208-
)
1206+
crate::math::apply_random_float_error_to_imm(ecx, val, 2 /* log2(4) */)
12091207
}
12101208

12111209
#[inline(always)]

0 commit comments

Comments
 (0)