Skip to content

Commit 1bb9206

Browse files
committed
fmt
1 parent ef44f7f commit 1bb9206

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/tools/miri/src/helpers.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -937,10 +937,10 @@ pub trait EvalContextExt<'tcx>: crate::MiriInterpCxExt<'tcx> {
937937
};
938938
if call_conv != exp_abi {
939939
throw_ub_format!(
940-
"calling a function with ABI {} using caller ABI {}",
941-
exp_abi.name(),
942-
call_conv.name()
943-
)
940+
"calling a function with ABI {} using caller ABI {}",
941+
exp_abi.name(),
942+
call_conv.name()
943+
)
944944
}
945945
interp_ok(())
946946
}

0 commit comments

Comments
 (0)