Skip to content

Commit

Permalink
format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Spablob committed Apr 11, 2024
1 parent 7ebc219 commit 21fc94c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/foundry/integration/e2e/e2e.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ contract e2e is Test {
);
vm.label(address(royaltyModule), "RoyaltyModule");

impl = address(new DisputeModule(address(accessController), address(ipAssetRegistry), address(licenseRegistry)));
impl = address(
new DisputeModule(address(accessController), address(ipAssetRegistry), address(licenseRegistry))
);
disputeModule = DisputeModule(
TestProxyHelper.deployUUPSProxy(
impl,
Expand Down

0 comments on commit 21fc94c

Please sign in to comment.