Turn off blank-lines Solium rule (#1284)

* turn off blank-lines rule

* remove triple newlines

(cherry picked from commit 9b37104655)
This commit is contained in:
Francisco Giordano
2018-09-19 19:59:13 -03:00
committed by Leo Arias
parent 49d2dd9e08
commit e7aa8dedbc
106 changed files with 1 additions and 124 deletions

View File

@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
import "./Escrow.sol";
/**
* @title ConditionalEscrow
* @dev Base abstract escrow to only allow withdrawal if a condition is met.

View File

@ -3,7 +3,6 @@ pragma solidity ^0.4.24;
import "../math/SafeMath.sol";
import "../ownership/Secondary.sol";
/**
* @title Escrow
* @dev Base escrow contract, holds funds destinated to a payee until they

View File

@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
import "./Escrow.sol";
/**
* @title PullPayment
* @dev Base contract supporting async send for pull payments. Inherit from this

View File

@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
import "./ConditionalEscrow.sol";
/**
* @title RefundEscrow
* @dev Escrow that holds funds for a beneficiary, deposited from multiple parties.

View File

@ -2,7 +2,6 @@ pragma solidity ^0.4.24;
import "../math/SafeMath.sol";
/**
* @title SplitPayment
* @dev This contract can be used when payments need to be received by a group