diff --git a/src/engine/routing_algorithms/map_matching.cpp b/src/engine/routing_algorithms/map_matching.cpp index 72b89d77a..695ec5778 100644 --- a/src/engine/routing_algorithms/map_matching.cpp +++ b/src/engine/routing_algorithms/map_matching.cpp @@ -252,7 +252,7 @@ SubMatchingList mapMatching(SearchEngineData &engine_working_data, target_phantom, weight_upper_bound); - network_distance = std::round(network_distance*10)/10; + network_distance = std::round(network_distance * 10) / 10; // get distance diff between loc1/2 and locs/s_prime const auto d_t = std::abs(network_distance - haversine_distance);