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 Jan 24, 2024
1 parent aac2b45 commit 17962cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/cuco/detail/hyperloglog/hyperloglog.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ class hyperloglog {
this->clear_async(stream); // TODO async or sync?
}

hyperloglog(hyperloglog const&) = delete;
hyperloglog(hyperloglog const&) = delete;
hyperloglog& operator=(hyperloglog const&) = delete;
hyperloglog(hyperloglog&&) = default;
hyperloglog& operator=(hyperloglog&&) = default;
~hyperloglog() = default;
hyperloglog& operator=(hyperloglog&&) = default;
~hyperloglog() = default;

void clear_async(cuco::cuda_stream_ref stream) noexcept
{
Expand Down

0 comments on commit 17962cf

Please sign in to comment.