Skip to content

Commit

Permalink
Fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
achirkin committed Nov 1, 2024
1 parent ad95826 commit 281a6f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/include/raft/core/pinned_container_policy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@ struct pinned_vector_policy {
{
return c[n];
}
[[nodiscard]] constexpr auto access(container_type const& c,
size_t n) const noexcept -> const_reference
[[nodiscard]] constexpr auto access(container_type const& c, size_t n) const noexcept
-> const_reference
{
return c[n];
}
Expand Down

0 comments on commit 281a6f9

Please sign in to comment.