Skip to content

Commit

Permalink
newlines at end
Browse files Browse the repository at this point in the history
  • Loading branch information
nuevoalex committed Jan 9, 2018
1 parent f5d6878 commit 7f2c3fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion source/contracts/IAugur.sol
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ contract IAugur {
function logFeeTokenMinted(IUniverse _universe, address _target, uint256 _amount) public returns (bool);
function logContractAddedToWhitelist(address _addition) public returns (bool);
function logContractAddedToRegistry(bytes32 _key, address _address, bytes20 _commitHash, bytes32 _bytecodeHash) public returns (bool);
}
}
2 changes: 1 addition & 1 deletion source/contracts/reporting/FeeToken.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ contract FeeToken is DelegationTarget, Extractable, VariableSupplyToken, IFeeTok
function getProtectedTokens() internal returns (address[] memory) {
return new address[](0);
}
}
}

0 comments on commit 7f2c3fc

Please sign in to comment.