Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Pimenov <m@maps.me>2016-09-23 18:40:43 +0300
committerMaxim Pimenov <m@maps.me>2016-09-26 13:20:19 +0300
commit5e9ee80498a0ae978781bff123f8a8032fc9d342 (patch)
tree3a923d1ea54881fd8871895eb040efa5824532ce /indexer/indexer_tests
parentb97a8791ff701f30f9c801c36b7b0cb2fc4f7739 (diff)
Review fixes.
Diffstat (limited to 'indexer/indexer_tests')
-rw-r--r--indexer/indexer_tests/osm_editor_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indexer/indexer_tests/osm_editor_test.cpp b/indexer/indexer_tests/osm_editor_test.cpp
index ea9b54685f..27534b0c51 100644
--- a/indexer/indexer_tests/osm_editor_test.cpp
+++ b/indexer/indexer_tests/osm_editor_test.cpp
@@ -167,7 +167,7 @@ void EditorTest::GetFeatureTypeInfoTest()
auto const mwmId = ConstructTestMwm([](TestMwmBuilder & builder)
{
TestCafe cafe(m2::PointD(1.0, 1.0), "London Cafe", "en");
- builder.Add(cafe);
+ builder.Add(cafe);
});
ForEachCafeAtPoint(m_index, m2::PointD(1.0, 1.0), [&editor, &mwmId](FeatureType & ft)