Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
graydon committed Sep 27, 2024
1 parent 053a5d3 commit 998cf69
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/rust/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -846,9 +846,7 @@ mod test_extra_protocol {
) -> Result<(), Box<dyn std::error::Error>> {
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::<SorobanResources>(
Expand Down

0 comments on commit 998cf69

Please sign in to comment.