fix: the result of 'npm run lint:sol:fix'

This commit is contained in:
Matt Condon
2018-01-15 15:28:51 -05:00
parent e0f3fea97f
commit 4d263b7fc3
42 changed files with 61 additions and 61 deletions

View File

@ -1,8 +1,8 @@
pragma solidity ^0.4.18;
import './ERC20Basic.sol';
import '../math/SafeMath.sol';
import "./ERC20Basic.sol";
import "../math/SafeMath.sol";
/**