Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
style: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
srdtrk committed Nov 9, 2024
1 parent 6bde2dc commit eeb7261
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion contracts/test/LargeMembership.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ contract SP1ICS07LargeMembershipTest is MembershipTest {
}

function test_ValidLargeCachedVerifyMembership_100_groth16() public {
ValidCachedMulticallMembershipTest("membership_100-groth16_fixture.json", 100, "100 key-value pairs with groth16");
ValidCachedMulticallMembershipTest(
"membership_100-groth16_fixture.json", 100, "100 key-value pairs with groth16"
);
}

function ValidCachedMulticallMembershipTest(string memory fileName, uint32 n, string memory metadata) public {
Expand Down

0 comments on commit eeb7261

Please sign in to comment.