diff --git a/routing/router.cpp b/routing/router.cpp index ffd69ad642..c8c29a6d7a 100644 --- a/routing/router.cpp +++ b/routing/router.cpp @@ -27,5 +27,4 @@ RouterType FromString(string const & str) ASSERT(false, ("Incorrect routing string:", str)); return RouterType::Vehicle; } - } // namespace routing