From 0283b9b69e38ccf3742d6bf2164cd7d5d4f747ea Mon Sep 17 00:00:00 2001 From: ratankaliani Date: Thu, 3 Oct 2024 20:01:18 +0000 Subject: [PATCH] fmt --- scripts/witnessgen/bin/native_host_runner.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/witnessgen/bin/native_host_runner.rs b/scripts/witnessgen/bin/native_host_runner.rs index 179822db..a445ee10 100644 --- a/scripts/witnessgen/bin/native_host_runner.rs +++ b/scripts/witnessgen/bin/native_host_runner.rs @@ -20,9 +20,6 @@ async fn main() -> Result<()> { } } - println!( - "Ran host program with end block: {:?}", - cfg.l2_block_number - ); + println!("Ran host program with end block: {:?}", cfg.l2_block_number); std::process::exit(0); }