Skip to content

Commit 7f2c3fc

Browse files
committed
newlines at end
1 parent f5d6878 commit 7f2c3fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/contracts/IAugur.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ contract IAugur {
4242
function logFeeTokenMinted(IUniverse _universe, address _target, uint256 _amount) public returns (bool);
4343
function logContractAddedToWhitelist(address _addition) public returns (bool);
4444
function logContractAddedToRegistry(bytes32 _key, address _address, bytes20 _commitHash, bytes32 _bytecodeHash) public returns (bool);
45-
}
45+
}

source/contracts/reporting/FeeToken.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ contract FeeToken is DelegationTarget, Extractable, VariableSupplyToken, IFeeTok
5050
function getProtectedTokens() internal returns (address[] memory) {
5151
return new address[](0);
5252
}
53-
}
53+
}

0 commit comments

Comments
 (0)