Skip to content

Commit d5355cf

Browse files
committed
clang format
1 parent 860639f commit d5355cf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

libcxx/test/std/containers/container.adaptors/flat_helpers.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ template <class T>
2929
struct SillyReserveVector : std::vector<T> {
3030
using std::vector<T>::vector;
3131

32-
void reserve(size_t ) {
33-
this->clear();
34-
}
32+
void reserve(size_t) { this->clear(); }
3533
};
3634

3735
template <class T, bool ConvertibleToT = false>

0 commit comments

Comments
 (0)