Skip to content

Commit

Permalink
🚨 Fixed formating
Browse files Browse the repository at this point in the history
  • Loading branch information
Ikrk committed Feb 16, 2024
1 parent 14cdab6 commit 7a0cc56
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions crates/client/src/fuzzer/program_test_client_blocking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ impl ProgramTestClientBlocking {
entry: Option<BuiltinFunctionWithContext>,
) -> Result<Self, FuzzClientError> {
let program_test = ProgramTest::new(program_name, program_id, entry);
let rt: tokio::runtime::Runtime = Builder::new_current_thread()
.enable_all()
.build()?;
let rt: tokio::runtime::Runtime = Builder::new_current_thread().enable_all().build()?;

let ctx = rt.block_on(program_test.start_with_context());
Ok(Self { ctx, rt })
Expand Down

0 comments on commit 7a0cc56

Please sign in to comment.