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 25, 2022
1 parent 89a33aa commit 4ec476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/cuco/detail/static_map.inl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
namespace cuco {

template <typename Key, typename Value, cuda::thread_scope Scope, typename Allocator>
static_map<Key, Value, Scope, Allocator>::static_map(std::size_t capacity,
static_map<Key, Value, Scope, Allocator>::static_map(std::size_t capacity,
Key empty_key_sentinel,
Value empty_value_sentinel,
Allocator const& alloc,
Expand Down

0 comments on commit 4ec476f

Please sign in to comment.