Skip to content

Commit

Permalink
force identation
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Lima committed Jul 14, 2023
1 parent 14d6d71 commit 4c3a2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/orium/IRolesRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ interface IRolesRegistry {
/// @param _supportsMultipleAssignments if false, will return true only if account is the last role grantee
function hasRole(
bytes32 _role,
address _granter,
address _granter,
address _grantee,
address _tokenAddress,
uint256 _tokenId,
Expand Down

0 comments on commit 4c3a2c3

Please sign in to comment.