convert 2 spaces to 4 spaces
This commit is contained in:
@ -4,13 +4,13 @@ import "../introspection/ERC165.sol";
|
||||
|
||||
|
||||
contract ERC165Mock is ERC165 {
|
||||
constructor() public {
|
||||
ERC165.initialize();
|
||||
}
|
||||
constructor() public {
|
||||
ERC165.initialize();
|
||||
}
|
||||
|
||||
function registerInterface(bytes4 interfaceId)
|
||||
public
|
||||
{
|
||||
_registerInterface(interfaceId);
|
||||
}
|
||||
function registerInterface(bytes4 interfaceId)
|
||||
public
|
||||
{
|
||||
_registerInterface(interfaceId);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user