Skip to content

Commit

Permalink
Merge pull request #69 from phips28/patch-1
Browse files Browse the repository at this point in the history
double ticks in CrowdsaleToken.sol
  • Loading branch information
miohtama committed Oct 27, 2017
2 parents c155ddf + 4b5e827 commit fbb2401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/CrowdsaleToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

pragma solidity ^0.4.8;

import './StandardToken.sol';
import "./StandardToken.sol";
import "./UpgradeableToken.sol";
import "./ReleasableToken.sol";
import "./MintableToken.sol";
Expand Down

0 comments on commit fbb2401

Please sign in to comment.