1
Fork 0

coverage: Format all remaining tests

These tests can simply be reformatted as normal, because the resulting changes
are unimportant.
This commit is contained in:
Zalathar 2024-01-16 13:52:08 +11:00
parent 1f9353ae2c
commit 99797bbd9f
18 changed files with 70 additions and 54 deletions

View file

@ -15,7 +15,8 @@ macro_rules! bail {
macro_rules! on_error {
($value:expr, $error_message:expr) => {
$value.or_else(|e| { // FIXME(85000): no coverage in closure macros
$value.or_else(|e| {
// FIXME(85000): no coverage in closure macros
let message = format!($error_message, e);
if message.len() > 0 {
println!("{}", message);