Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
spengrah committed May 29, 2024
1 parent 6bbea27 commit e570ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/LibHatId.sol
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ library LibHatId {
function getTopHatDomain(uint256 _hatId) public pure returns (uint32 domain) {
domain = uint32(_hatId >> (LOWER_LEVEL_ADDRESS_SPACE * MAX_LEVELS));
}
}
}

0 comments on commit e570ec8

Please sign in to comment.