Skip to content

Commit 3c9e9c3

Browse files
committed
Fix formatting
1 parent d1cfb12 commit 3c9e9c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libcxx/test/std/utilities/variant/variant.relops/relops_bool_conv.verify.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ inline constexpr MyBoolExplicit operator>(const ComparesToMyBoolExplicit& LHS, c
7171
inline constexpr MyBoolExplicit operator>=(const ComparesToMyBoolExplicit& LHS, const ComparesToMyBoolExplicit& RHS) noexcept {
7272
return MyBoolExplicit(LHS.value >= RHS.value);
7373
}
74+
7475
void test() {
7576
using V = std::variant<int, ComparesToMyBoolExplicit>;
7677
V v1(42);

0 commit comments

Comments
 (0)