Skip to content

Commit

Permalink
Restyled by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
restyled-commits committed Feb 3, 2024
1 parent 5580dfc commit 88cd6a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion toxcore/util_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@ TEST(MergeSort, BehavesLikeStdSort)
TEST(MergeSort, WorksWithNonTrivialTypes)
{
std::mt19937 rng;
std::uniform_int_distribution<int> dist{std::numeric_limits<int>::min(), std::numeric_limits<int>::max()};
std::uniform_int_distribution<int> dist{
std::numeric_limits<int>::min(), std::numeric_limits<int>::max()};

const auto string_funcs = sort_funcs<std::string>();

Expand Down

0 comments on commit 88cd6a2

Please sign in to comment.