Skip to content

Commit 4d86aaa

Browse files
committed
Fixed formatting
1 parent a2ed592 commit 4d86aaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.enumerate/iterator/arithmetic.pass.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,9 @@ constexpr void test_with_noncommon_range() {
153153
}
154154

155155
// operator-(x, y)
156-
{ assert((ev.end() - ev.begin()) == 4); }
156+
{
157+
assert((ev.end() - ev.begin()) == 4);
158+
}
157159
}
158160

159161
constexpr bool test() {

0 commit comments

Comments
 (0)