Skip to content

Commit

Permalink
Remove unnecessary solium disable
Browse files Browse the repository at this point in the history
  • Loading branch information
come-maiz committed Sep 6, 2018
1 parent 7a37725 commit 046521d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/crowdsale/validation/TimedCrowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ contract TimedCrowdsale is Crowdsale {
* @dev Reverts if not in crowdsale time range.
*/
modifier onlyWhileOpen {
// solium-disable-next-line security/no-block-members
require(isOpen());
_;
}
Expand Down

0 comments on commit 046521d

Please sign in to comment.