Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 26, 2022
1 parent 4a2a626 commit 9a4adc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dynamic_map/unique_sequence_test.cu
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ TEMPLATE_TEST_CASE_SIG("Unique sequence of keys",
(int64_t, int64_t))
{
constexpr std::size_t num_keys{50'000'000};
cuco::dynamic_map<Key, Value> map{30'000'000, -1, -1 };
cuco::dynamic_map<Key, Value> map{30'000'000, -1, -1};

thrust::device_vector<Key> d_keys(num_keys);
thrust::device_vector<Value> d_values(num_keys);
Expand Down

0 comments on commit 9a4adc8

Please sign in to comment.