Skip to content

Commit ee942ce

Browse files
committed
Fix formatting
1 parent 8b3e36c commit ee942ce

File tree

1 file changed

+2
-1
lines changed
  • libcxx/test/std/ranges/range.adaptors/range.join.with

1 file changed

+2
-1
lines changed

libcxx/test/std/ranges/range.adaptors/range.join.with/types.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ struct ViewProperties {
3737
template <std::ranges::input_range Data,
3838
ViewProperties Prop,
3939
template <class...> class It,
40-
template <class...> class ConstIt = It>
40+
template <class...>
41+
class ConstIt = It>
4142
class BasicView : public std::ranges::view_base {
4243
Data data_;
4344

0 commit comments

Comments
 (0)