Skip to content

Commit

Permalink
Rustify: style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
ken-matsui committed Jan 27, 2025
1 parent a0136cd commit b5950e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Rustify/Tests.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ assertNe(
}

template <typename Lhs, typename Rhs>
requires(Lt<Lhs, Rhs> && Display<Lhs> && Display<Rhs>)
requires Lt<Lhs, Rhs> && Display<Lhs> && Display<Rhs>
inline void
assertLt(
Lhs&& lhs, Rhs&& rhs, const std::string_view msg = "",
Expand Down

0 comments on commit b5950e5

Please sign in to comment.