Skip to content

Commit c9875c2

Browse files
Another teensie thing
1 parent fa7a962 commit c9875c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/oracles/OurUniswap.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ library OurUniswap {
1616
}
1717

1818
function createPair(IUniswapV2Pair uniswapPair, uint token0Decimals, uint token1Decimals, bool tokensInReverseOrder)
19-
internal returns (Pair memory pair)
19+
internal pure returns (Pair memory pair)
2020
{
2121
pair.uniswapPair = uniswapPair;
2222
pair.token0Decimals = token0Decimals;

0 commit comments

Comments
 (0)