fix: solium errors - blank-line only

This commit is contained in:
Matt Condon
2018-01-15 15:44:03 -05:00
parent b2e2d9ab1c
commit e60aee61f2
40 changed files with 41 additions and 12 deletions

View File

@ -1,6 +1,5 @@
pragma solidity ^0.4.18;
import {Bounty, Target} from "../../contracts/Bounty.sol";
@ -10,6 +9,7 @@ contract SecureTargetMock is Target {
}
}
contract SecureTargetBounty is Bounty {
function deployContract() internal returns (address) {
return new SecureTargetMock();