Turn off blank-lines Solium rule (#1284)

* turn off blank-lines rule

* remove triple newlines
This commit is contained in:
Francisco Giordano
2018-09-19 19:59:13 -03:00
committed by GitHub
parent 3e55408cb5
commit 9b37104655
110 changed files with 1 additions and 131 deletions

View File

@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
import "../drafts/Counter.sol";
contract CounterImpl {
using Counter for Counter.Counter;