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 "../drafts/Counter.sol";
|
||||
|
||||
|
||||
contract CounterImpl {
|
||||
using Counter for Counter.Counter;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user