Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
Signed-off-by: Jawad Tariq <[email protected]>
  • Loading branch information
JDawg287 committed Feb 20, 2024
1 parent 77be22f commit 1f4db00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/topos-core/CodeHash.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ contract CodeHash {
function getCodeHash(address contractAddr) public view returns (bytes32 codeHash) {
// does not fail with wallet addresses
if (contractAddr.codehash.length != 0) {
codeHash = contractAddr.codehash;
codeHash = contractAddr.codehash;
}
}
}

0 comments on commit 1f4db00

Please sign in to comment.