Skip to content

Commit

Permalink
Remove duplicated constructor call in FinalizableCrowdsaleImpl
Browse files Browse the repository at this point in the history
  • Loading branch information
federicobond committed Dec 15, 2017
1 parent ddcae62 commit 057ef7f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/mocks/FinalizableCrowdsaleImpl.sol
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ contract FinalizableCrowdsaleImpl is FinalizableCrowdsale {
address _wallet
) public
Crowdsale(_startTime, _endTime, _rate, _wallet)
FinalizableCrowdsale()
{
}

Expand Down

0 comments on commit 057ef7f

Please sign in to comment.