Skip to content

Commit a66415f

Browse files
committed
Fix clang-format issues
1 parent e9ec47b commit a66415f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libcxx/include/vector

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1299,7 +1299,7 @@ template <class _Tp, class _Allocator>
12991299
_LIBCPP_CONSTEXPR_SINCE_CXX20 inline _LIBCPP_HIDE_FROM_ABI
13001300
vector<_Tp, _Allocator>::vector(initializer_list<value_type> __il, const allocator_type& __a)
13011301
: __alloc_(__a) {
1302-
__init_with_size(__il.begin(), __il.end(), __il.size());;
1302+
__init_with_size(__il.begin(), __il.end(), __il.size());
13031303
}
13041304

13051305
#endif // _LIBCPP_CXX03_LANG

0 commit comments

Comments
 (0)