Skip to content

Commit b0c298a

Browse files
committed
Format code nit
1 parent b515c03 commit b0c298a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/beman/optional/optional_ref.t.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,7 +547,9 @@ TEST(OptionalRefTest, AmbiguousConversion) {
547547
TypedInt(int i) : c(i) {}
548548
operator int() const { return c; }
549549
};
550+
550551
TypedInt c{42};
552+
551553
auto x1 = beman::optional::optional<int>{}.value_or(c);
552554
auto x2 = beman::optional::optional<TypedInt>{}.value_or(7);
553555

0 commit comments

Comments
 (0)