From d8d99e6aac1c0752c71e04f696d96fe84b22c700 Mon Sep 17 00:00:00 2001 From: Olga Khlopkova Date: Thu, 28 May 2020 15:23:09 +0300 Subject: [PATCH] clang-format --- .../world_feed_integration_tests.cpp | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/transit/world_feed/world_feed_integration_tests/world_feed_integration_tests.cpp b/transit/world_feed/world_feed_integration_tests/world_feed_integration_tests.cpp index e63db95ffd..3228d03b60 100644 --- a/transit/world_feed/world_feed_integration_tests/world_feed_integration_tests.cpp +++ b/transit/world_feed/world_feed_integration_tests/world_feed_integration_tests.cpp @@ -13,12 +13,12 @@ #include #include -namespace // namespace +namespace // namespace { // You can download this archive to current directory by running: // rsync -v -p testdata.mapsme.cloud.devmail.ru::testdata/gtfs-feeds-for-tests.zip . std::string const kArchiveWithFeeds = "gtfs-feeds-for-tests"; -} +} // namespace namespace transit { @@ -49,10 +49,7 @@ public: } } - ~WorldFeedIntegrationTests() - { - CHECK(Platform::RmDirRecursively(m_testPath), ()); - } + ~WorldFeedIntegrationTests() { CHECK(Platform::RmDirRecursively(m_testPath), ()); } void ReadMinimalisticFeed() { @@ -105,4 +102,4 @@ UNIT_CLASS_TEST(WorldFeedIntegrationTests, RealLifeFeed) { WorldFeedIntegrationTests::ReadRealLifeFeed(); } -} // namespace +} // namespace transit