Skip to content

Commit

Permalink
not -> !
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMarex committed Jan 9, 2016
1 parent 49dc0a5 commit 7af06e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/engine/api_response_generator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ ApiResponseGenerator<DataFacadeT>::SummarizeRoute(const InternalRouteResult &raw
const Segments &segment_list) const
{
util::json::Object json_route_summary;
if (not raw_route.segment_end_coordinates.empty())
if (!raw_route.segment_end_coordinates.empty())
{
const auto start_name_id = raw_route.segment_end_coordinates.front().source_phantom.name_id;
json_route_summary.values["start_point"] = facade->get_name_for_id(start_name_id);
Expand Down

0 comments on commit 7af06e1

Please sign in to comment.