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,7 +1,7 @@
pragma solidity ^0.4.18;
import '../math/SafeMath.sol';
import "../math/SafeMath.sol";
contract SafeMathMock {