Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Oct 21, 2023
1 parent 2a9558e commit f0e0c05
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solana/solana-ibc/programs/solana-ibc/src/client_state.rs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,8 @@ impl AnyClientState {
const TENDERMINT_TYPE: &str = ibc::clients::ics07_tendermint::client_state::TENDERMINT_CLIENT_STATE_TYPE_URL;
#[cfg(any(test, feature = "mocks"))]
/// Protobuf type URL for Mock client state used in Any message.
const MOCK_TYPE: &'static str = ibc::mock::client_state::MOCK_CLIENT_STATE_TYPE_URL;
const MOCK_TYPE: &'static str =
ibc::mock::client_state::MOCK_CLIENT_STATE_TYPE_URL;

/// Encodes the payload and returns discriminants that allow decoding the
/// value later.
Expand Down

0 comments on commit f0e0c05

Please sign in to comment.