Turn off blank-lines Solium rule (#1284)
* turn off blank-lines rule * remove triple newlines
This commit is contained in:
committed by
GitHub
parent
3e55408cb5
commit
9b37104655
@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
|
||||
|
||||
import "../access/roles/CapperRole.sol";
|
||||
|
||||
|
||||
contract CapperRoleMock is CapperRole {
|
||||
function removeCapper(address account) public {
|
||||
_removeCapper(account);
|
||||
|
||||
Reference in New Issue
Block a user