Skip to content

Commit

Permalink
🎨 Committing clang-format changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Clang Robot committed Sep 17, 2023
1 parent ba2201c commit cfc4a76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1515,9 +1515,9 @@ TEST_CASE( "( allocator, future ) -> size_t", "[task_pool][submit][allocator]" )
counts allocations;
counting_allocator< int > allocator( allocations );

using data_type = std::vector< int, counting_allocator< int > >;
using data_type = std::vector< int, counting_allocator< int > >;
static std::size_t const value_counts = 1000;
auto make_data = []( std::allocator_arg_t /*tag*/,
auto make_data = []( std::allocator_arg_t /*tag*/,
counting_allocator< int > const& alloc,
std::size_t count ) { return data_type( count, 1, alloc ); };

Expand Down

0 comments on commit cfc4a76

Please sign in to comment.