Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Oct 15, 2024
1 parent a61ee9a commit 2092e87
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions common/cf-solana/src/client/impls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,14 +157,8 @@ impl ibc::ClientStateCommon for ClientState {
root: &ibc::CommitmentRoot,
path: ibc::path::Path,
) -> Result {
proof::verify_for_trie(
&[],
proof.as_ref(),
root.as_bytes(),
path,
None,
)
.map_err(Into::into)
proof::verify_for_trie(&[], proof.as_ref(), root.as_bytes(), path, None)
.map_err(Into::into)
}
}

Expand Down

0 comments on commit 2092e87

Please sign in to comment.