Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Aug 29, 2024
1 parent 21ae901 commit b29c5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mocks/MockCalldataDecoder.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {PoolKey} from "@uniswap/v4-core/src/types/PoolKey.sol";
// we need to use a mock contract to make the calls happen in calldata not memory
contract MockCalldataDecoder {
using CalldataDecoder for bytes;

// This is used to avoid compiling with via-ir.
struct MintParams {
PoolKey poolKey;
Expand Down

0 comments on commit b29c5fe

Please sign in to comment.