Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
pca006132 committed Mar 6, 2025
1 parent e3e25eb commit 7176626
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extras/stl_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

static constexpr size_t g_Iterations = 5;
static constexpr size_t g_IterationsDiscard = 1;
static constexpr size_t g_Sizes[] = {1'000, 5'000, 10'000, 50'000, 100'000, 1'000'000,
10'000'000};
static constexpr size_t g_Sizes[] = {1'000, 5'000, 10'000, 50'000,
100'000, 1'000'000, 10'000'000};

template <class Tp>
inline void noopt(Tp const &value) {
Expand Down

0 comments on commit 7176626

Please sign in to comment.