Skip to content

Commit

Permalink
Fix clang format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
zhekemist committed Aug 14, 2024
1 parent 2f2c068 commit f0d2dd8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,9 @@ namespace hpx::parallel::detail {
return *this;
}

// clang-format off
constexpr operator T const&() const
// clang-format on
{
return data_[hpx::get_worker_thread_num()].data_;
}
Expand Down

0 comments on commit f0d2dd8

Please sign in to comment.