diff --git a/src/rust/src/lib.rs b/src/rust/src/lib.rs index 4a4685e711..082c16c624 100644 --- a/src/rust/src/lib.rs +++ b/src/rust/src/lib.rs @@ -846,9 +846,7 @@ mod test_extra_protocol { ) -> Result<(), Box> { match new_protocol { 22 => { - use p22::contract::{ - inplace_modify_cxxbuf_encoded_type, xdr::SorobanResources, - }; + use p22::contract::{inplace_modify_cxxbuf_encoded_type, xdr::SorobanResources}; if let Ok(extra) = std::env::var("SOROBAN_TEST_CPU_BUDGET_FACTOR") { if let Ok(factor) = u32::from_str(&extra) { inplace_modify_cxxbuf_encoded_type::(