Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
style: ran forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 14, 2024
1 parent 0000000 commit 0000000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/SP1ICS07Tendermint.sol
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ contract SP1ICS07Tendermint is
bytes32 trustedConsensusStateHash = keccak256(abi.encode(trustedConsensusState));
bytes32 storedConsensusStateHash = getConsensusStateHash(proofHeight);
require(
trustedConsensusStateHash == storedConsensusStateHash,
trustedConsensusStateHash == storedConsensusStateHash,
ConsensusStateHashMismatch(storedConsensusStateHash, trustedConsensusStateHash)
);

Expand Down

0 comments on commit 0000000

Please sign in to comment.