From 355b63eceb5deab40e748332c063c9c66655e462 Mon Sep 17 00:00:00 2001 From: kevinheavey Date: Tue, 9 Jul 2024 09:57:09 +0400 Subject: [PATCH] fmt --- program-test/src/lib.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/program-test/src/lib.rs b/program-test/src/lib.rs index b1fab0744b00e1..be8e763ef60f62 100644 --- a/program-test/src/lib.rs +++ b/program-test/src/lib.rs @@ -18,8 +18,7 @@ use { solana_compute_budget::compute_budget::ComputeBudget, solana_log_collector::ic_msg, solana_program_runtime::{ - invoke_context::BuiltinFunctionWithContext, loaded_programs::ProgramCacheEntry, - stable_log, + invoke_context::BuiltinFunctionWithContext, loaded_programs::ProgramCacheEntry, stable_log, }, solana_runtime::{ accounts_background_service::{AbsRequestSender, SnapshotRequestKind},