Skip to content

Commit

Permalink
Run make fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
james-chf committed Oct 28, 2022
1 parent 10f5c54 commit bd1cdd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/ledger/ibc/vp/port.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ use crate::ibc::core::ics05_port::context::{CapabilityReader, PortReader};
use crate::ibc::core::ics05_port::error::Error as Ics05Error;
use crate::ibc::core::ics24_host::identifier::PortId;
use crate::ibc::core::ics26_routing::context::ModuleId;
use crate::ledger::storage::traits::StorageHasher;
use crate::ledger::native_vp::VpEnv;
use crate::ledger::storage::traits::StorageHasher;
use crate::ledger::storage::{self as ledger_storage};
use crate::types::storage::Key;
use crate::vm::WasmCacheAccess;
Expand Down

0 comments on commit bd1cdd8

Please sign in to comment.