Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Koren-Brand <[email protected]>
  • Loading branch information
Koren-Brand committed Nov 12, 2024
1 parent 438ebb4 commit 2ba560e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion icicle/tests/test_hash_api.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,7 @@ TEST_F(HashApiTest, poseidon_tree)
auto leaves = std::make_unique<scalar_t[]>(nof_leaves);
const uint64_t leaf_size = sizeof(scalar_t);
const uint64_t total_input_size = nof_leaves * leaf_size;

scalar_t::rand_host_many(leaves.get(), nof_leaves);

std::vector<std::vector<std::byte>> device_roots(s_registered_devices.size());
Expand Down

0 comments on commit 2ba560e

Please sign in to comment.