Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
snreynolds committed Dec 14, 2023
1 parent 57183bd commit 18d68e8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/TWAMM.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,7 @@ contract TWAMMTest is Test, Deployers, GasSnapshot {
token0 = MockERC20(Currency.unwrap(currency0));
token1 = MockERC20(Currency.unwrap(currency1));

TWAMMImplementation impl = new TWAMMImplementation(
manager,
10_000,
twamm
);
TWAMMImplementation impl = new TWAMMImplementation(manager, 10_000, twamm);
(, bytes32[] memory writes) = vm.accesses(address(impl));
vm.etch(address(twamm), address(impl).code);
// for each storage key that was written during the hook implementation, copy the value over
Expand Down

0 comments on commit 18d68e8

Please sign in to comment.