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 2, 2024
1 parent 0ec36f4 commit fb88cde
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions include/cuco/detail/static_multiset/static_multiset.inl
Original file line number Diff line number Diff line change
Expand Up @@ -417,8 +417,7 @@ static_multiset<Key, Extent, Scope, KeyEqual, ProbingScheme, Allocator, Storage>
OutputMatchIt output_match,
cuda::stream_ref stream) const
{
return impl_->retrieve(
first, last, output_probe, output_match, this->ref(op::retrieve), stream);
return impl_->retrieve(first, last, output_probe, output_match, this->ref(op::retrieve), stream);
}

template <class Key,
Expand Down

0 comments on commit fb88cde

Please sign in to comment.