Format all C++ and Java code via clang-format

Signed-off-by: Konstantin Pastbin <konstantin.pastbin@gmail.com>
This commit is contained in:
Konstantin Pastbin
2025-08-17 14:32:37 +07:00
parent 9f0290c0ec
commit bfffa1fff4
2169 changed files with 56441 additions and 64188 deletions

View File

@@ -24,27 +24,10 @@ using namespace std;
//
// Note, (220006, 145) (220007, 271) are broken and not included in minsk-pass.mwm,
// corresponding postcode frequencies are decremented.
vector<pair<int, int>> kCodeFreq = {
{220000, 2},
{220001, 3},
{220004, 10},
{220006, 144},
{220007, 270},
{220010, 4},
{220011, 1},
{220014, 3},
{220030, 247},
{220033, 7},
{220036, 204},
{220039, 15},
{220048, 1},
{220050, 4},
{220069, 5},
{220073, 1},
{220089, 1},
{220121, 1},
{721816, 1}
};
vector<pair<int, int>> kCodeFreq = {{220000, 2}, {220001, 3}, {220004, 10}, {220006, 144}, {220007, 270},
{220010, 4}, {220011, 1}, {220014, 3}, {220030, 247}, {220033, 7},
{220036, 204}, {220039, 15}, {220048, 1}, {220050, 4}, {220069, 5},
{220073, 1}, {220089, 1}, {220121, 1}, {721816, 1}};
UNIT_TEST(FeaturesVectorTest_ParseMetadata)
{
@@ -76,4 +59,4 @@ UNIT_TEST(FeaturesVectorTest_ParseMetadata)
});
TEST_EQUAL(expected, actual, ());
}
} // namespace features_vector_test
} // namespace features_vector_test