Skip to content

Commit

Permalink
Run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed Jul 1, 2018
1 parent 24fd503 commit 6b2d11b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/crowdsale/emission/AllowanceCrowdsale.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ import "../../token/ERC20/ERC20.sol";
import "../../token/ERC20/ERC20Basic.sol";
import "../../token/ERC20/SafeERC20.sol";
import "../../math/SafeMath.sol";


/**
* @title AllowanceCrowdsale
* @dev Extension of Crowdsale where tokens are held by a wallet, which approves an allowance to the crowdsale.
Expand Down
1 change: 1 addition & 0 deletions contracts/mocks/RBACCappedTokenMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ pragma solidity ^0.4.24;
import "../token/ERC20/RBACMintableToken.sol";
import "../token/ERC20/CappedToken.sol";


contract RBACCappedTokenMock is CappedToken, RBACMintableToken {
constructor(
uint256 _cap
Expand Down
1 change: 1 addition & 0 deletions contracts/mocks/WhitelistMock.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ pragma solidity ^0.4.24;

import "../access/Whitelist.sol";


contract WhitelistMock is Whitelist {

function onlyWhitelistedCanDoThis()
Expand Down

0 comments on commit 6b2d11b

Please sign in to comment.