Skip to content

Commit 3157c36

Browse files
Restore formatting
1 parent e4c1411 commit 3157c36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/__type_traits/common_reference.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ _LIBCPP_DIAGNOSTIC_POP
188188

189189
// bullet 5 - Otherwise, there shall be no member `type`.
190190
template <class...>
191-
struct _LIBCPP_NO_SPECIALIZATIONS common_reference{};
191+
struct _LIBCPP_NO_SPECIALIZATIONS common_reference {};
192192

193193
#endif // _LIBCPP_STD_VER >= 20
194194

0 commit comments

Comments
 (0)