mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-21 13:53:37 +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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user