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:
authorLev Dragunov <l.dragunov@corp.mail.ru>2016-04-04 16:34:12 +0300
committerLev Dragunov <l.dragunov@corp.mail.ru>2016-04-04 16:34:12 +0300
commitb5efa9533070de39ea3ed99384a517dcbf410654 (patch)
treedcc31297a295c5bdbc7c9ab869ff22c087eecf09 /routing/routing_tests
parent5c83b3debdaa336c207b19965aead892a43992f9 (diff)
clang-format
Diffstat (limited to 'routing/routing_tests')
-rw-r--r--routing/routing_tests/route_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/routing/routing_tests/route_tests.cpp b/routing/routing_tests/route_tests.cpp
index aa512729dd..bbb2c7a06f 100644
--- a/routing/routing_tests/route_tests.cpp
+++ b/routing/routing_tests/route_tests.cpp
@@ -18,7 +18,7 @@ static vector<m2::PointD> const kTestGeometry({{0, 0}, {0,1}, {1,1}, {1,2}, {1,3
static vector<turns::TurnItem> const kTestTurns({turns::TurnItem(1, turns::TurnDirection::TurnLeft),
turns::TurnItem(2, turns::TurnDirection::TurnRight),
turns::TurnItem(4, turns::TurnDirection::ReachedYourDestination)});
-static Route::TStreets const kTestNames({{0,"Street1"}, {1, "Street2"}, {4, "Street3"}});
+static Route::TStreets const kTestNames({{0, "Street1"}, {1, "Street2"}, {4, "Street3"}});
location::GpsInfo GetGps(double x, double y)
{