mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-08 13:27:57 +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:
@@ -64,7 +64,7 @@ public:
|
||||
++m_idx;
|
||||
}
|
||||
};
|
||||
}
|
||||
} // namespace
|
||||
|
||||
UNIT_TEST(SearchStringTokensIntersectionRange)
|
||||
{
|
||||
@@ -120,7 +120,7 @@ UNIT_TEST(SearchStringTokensIntersectionRange)
|
||||
|
||||
for (TestData const & data : tests)
|
||||
{
|
||||
search::SearchStringTokensIntersectionRanges(
|
||||
data.m_input, data.m_lowTokens.begin(), data.m_lowTokens.end(), CheckRange(data.m_results));
|
||||
search::SearchStringTokensIntersectionRanges(data.m_input, data.m_lowTokens.begin(), data.m_lowTokens.end(),
|
||||
CheckRange(data.m_results));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user