Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
mina86 committed Oct 19, 2023
1 parent 9727fe1 commit 967ec53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions solana/solana-ibc/programs/solana-ibc/src/trie_key.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ impl From<SequencePath<'_>> for TrieKey {
fn from(path: SequencePath<'_>) -> Self {
Self::from_channel_path(
Tag::NextSequence,
&path.port_id,
&path.channel_id,
path.port_id,
path.channel_id,
)
}
}
Expand Down

0 comments on commit 967ec53

Please sign in to comment.