Skip to content

Commit 1a42c1c

Browse files
committed
Make clang-format happy
1 parent b8989ef commit 1a42c1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/beman/optional/optional_range_support.t.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,8 +231,7 @@ TEST(RangeSupportTest, EndOnNonEmptyOptional) {
231231
lambda();
232232
}
233233

234-
#if ((__GNUC__ >= 15) && (__GNUC_MINOR__ >= 1) && (__GNUC_PATCHLEVEL__ >= 1)) || \
235-
((__GNUC__ >= 16))
234+
#if ((__GNUC__ >= 15) && (__GNUC_MINOR__ >= 1) && (__GNUC_PATCHLEVEL__ >= 1)) || ((__GNUC__ >= 16))
236235
static_assert(std::format_kind<beman::optional::optional<int>> == std::range_format::disabled);
237236
#endif
238237

0 commit comments

Comments
 (0)