Skip to content

Commit

Permalink
[pre-commit.ci] auto code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci[bot] committed Nov 19, 2024
1 parent a9027e4 commit c396daf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/static_set/shared_memory_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,8 @@ __global__ void shared_memory_test_kernel(Ref* sets,
}
}

TEMPLATE_TEST_CASE_SIG("static_set shared memory tests", "", ((typename Key), Key), (int32_t), (int64_t))
TEMPLATE_TEST_CASE_SIG(
"static_set shared memory tests", "", ((typename Key), Key), (int32_t), (int64_t))
{
constexpr std::size_t number_of_sets = 1000;
constexpr std::size_t elements_in_set = 500;
Expand Down

0 comments on commit c396daf

Please sign in to comment.