From 8428fa2a29c61f2a8cc392e792c868c76b827df2 Mon Sep 17 00:00:00 2001 From: Alexander Filippov Date: Mon, 19 Aug 2024 14:45:30 +0300 Subject: [PATCH] Fix format --- test/zkbob/ZkBobPoolDecentralized.t.sol | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test/zkbob/ZkBobPoolDecentralized.t.sol b/test/zkbob/ZkBobPoolDecentralized.t.sol index 0801cbb..58c7b9e 100644 --- a/test/zkbob/ZkBobPoolDecentralized.t.sol +++ b/test/zkbob/ZkBobPoolDecentralized.t.sol @@ -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) {