mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-09 05:44:34 +00:00
Format all C++ and Java code via clang-format
Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
@@ -101,8 +101,7 @@ UNIT_TEST(IntervalSet_SubtractFrom)
|
||||
{
|
||||
std::vector<Interval<int>> difference;
|
||||
set.SubtractFrom(Interval<int>(-1, 11), difference);
|
||||
std::vector<Interval<int>> expected{Interval<int>(-1, 0), Interval<int>(2, 4),
|
||||
Interval<int>(7, 10)};
|
||||
std::vector<Interval<int>> expected{Interval<int>(-1, 0), Interval<int>(2, 4), Interval<int>(7, 10)};
|
||||
TEST_EQUAL(difference, expected, ());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user