Skip to content

Commit

Permalink
!fixup fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmkozh committed Sep 6, 2024
1 parent c54c758 commit 8c2c5ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion soroban-env-host/src/host/lifecycle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ impl Host {
use super::crypto;
use super::frame::CallParams;
#[cfg(any(test, feature = "testutils"))]
use super::{ContractFunctionSet};
use super::ContractFunctionSet;

// "testutils" is not covered by budget metering.
#[cfg(any(test, feature = "testutils"))]
Expand Down

0 comments on commit 8c2c5ec

Please sign in to comment.