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

@ -1,6 +1,5 @@
pragma solidity ^0.4.24;
/**
* @title Math
* @dev Assorted math operations

View File

@ -1,6 +1,5 @@
pragma solidity ^0.4.24;
/**
* @title SafeMath
* @dev Math operations with safety checks that revert on error