Skip to content

Commit 1f9286f

Browse files
Copilotjsturtevant
authored andcommitted
Fix formatting in build.rs
1 parent ddd4335 commit 1f9286f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hyperlight_host/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ fn main() -> Result<()> {
8989
// Benchmarks should only run with optimized builds (opt-level 1+)
9090
println!("cargo:rustc-check-cfg=cfg(unoptimized_build)");
9191
println!("cargo:rustc-check-cfg=cfg(optimized_build)");
92-
92+
9393
if let Ok(opt_level) = std::env::var("OPT_LEVEL") {
9494
if opt_level == "0" {
9595
// Unoptimized build - benchmarks should not run

0 commit comments

Comments
 (0)