Skip to content

Commit

Permalink
cargo format
Browse files Browse the repository at this point in the history
  • Loading branch information
rnbguy committed Apr 25, 2024
1 parent 66321c6 commit 4c67e83
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ibc-core/ics02-client/src/handler/recover_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ use ibc_core_client_context::prelude::*;
use ibc_core_client_types::error::ClientError;
use ibc_core_client_types::msgs::MsgRecoverClient;
use ibc_core_handler_types::error::ContextError;
use ibc_core_host::{types::path::ClientConsensusStatePath, ExecutionContext, ValidationContext};
use ibc_core_host::types::path::ClientConsensusStatePath;
use ibc_core_host::{ExecutionContext, ValidationContext};

/// Performs the validation steps associated with the client recovery process. This
/// includes validating that the parameters of the subject and substitute clients match,
Expand Down

0 comments on commit 4c67e83

Please sign in to comment.