Formatting

This commit is contained in:
Riley-Kilgore
2024-12-04 06:45:27 -08:00
committed by Riley
parent 699628df62
commit d353e07ea1
6 changed files with 37 additions and 34 deletions

View File

@@ -417,9 +417,8 @@ where
error,
path: options.blueprint_path,
}
})?;
Ok(())
.into()
})
}
CodeGenMode::Test {
match_tests,

View File

@@ -230,8 +230,7 @@ impl EventListener for Terminal {
" Complete"
.if_supports_color(Stderr, |s| s.bold())
.if_supports_color(Stderr, |s| s.green()),
"benchmark results written to CSV"
.if_supports_color(Stderr, |s| s.bold())
"benchmark results written to CSV".if_supports_color(Stderr, |s| s.bold())
);
}
}