Skip to content

Commit 1f8bbb9

Browse files
committed
format fix
1 parent e26b261 commit 1f8bbb9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ortools/algorithms/multikey_radix_sort_test.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,8 @@ TEST(MultikeyRadixSortTest, SortsEmptyVector) {
361361

362362
TEST(RadixSortMinMaxTest, SortsEmptyVector) {
363363
std::vector<int64_t> values = {};
364-
RadixSortMinMax(int64_t{0}, int64_t{0}, values, [](const auto& val) { return val; });
364+
RadixSortMinMax(int64_t{0}, int64_t{0}, values,
365+
[](const auto& val) { return val; });
365366
EXPECT_THAT(values, testing::IsEmpty());
366367
}
367368

0 commit comments

Comments
 (0)