Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AllFi committed Aug 19, 2024
1 parent 78eb1bd commit 8428fa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/zkbob/ZkBobPoolDecentralized.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,9 @@ abstract contract AbstractZkBobPoolDecentralizedTest is AbstractZkBobPoolTestBas
pool.proveTreeUpdate(commitment, _randProof(), _randFR());
}

function _prepareRandomDirectDeposits(uint256 offset)
function _prepareRandomDirectDeposits(
uint256 offset
)
internal
returns (uint256[] memory indices, uint256 commitment, uint256[8] memory proof)
{
Expand Down

0 comments on commit 8428fa2

Please sign in to comment.