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 Oct 15, 2021
1 parent eb406b1 commit c864eea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/support/tests/TestFold.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ namespace {

void TestFoldMax(nlTestSuite * inSuite, void * inContext)
{
using List = std::initializer_list<int>;
using Limits = std::numeric_limits<int>;
using List = std::initializer_list<int>;
using Limits = std::numeric_limits<int>;
const auto max = [](int left, int right) { return std::max(left, right); };

// Test empty list
Expand Down

0 comments on commit c864eea

Please sign in to comment.