Skip to content

Commit

Permalink
fix NOLINT comment position after formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
tobiasleibner committed Feb 11, 2025
1 parent a94b7f3 commit 1281ab4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/boost/ut.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -882,8 +882,8 @@ template <class T>
template <class T>
struct type_ : op {
template <class TOther>
[[nodiscard]] constexpr auto operator()(
const TOther&) const // NOLINT(readability-const-return-type)
// NOLINTNEXTLINE(readability-const-return-type)
[[nodiscard]] constexpr auto operator()(const TOther&) const
-> const type_<TOther> {
return {};
}
Expand Down

0 comments on commit 1281ab4

Please sign in to comment.