Skip to content

Commit

Permalink
fixing clang format issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Aug 18, 2024
1 parent 14aa061 commit 39963b3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion xml_converter/src/packaging_protobin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ void parse_waypoint_categories(
map<string, Category>* marker_categories,
vector<Parseable*>* parsed_pois,
ProtoReaderState* state) {

string category_name = normalize(proto_category.name());
full_category_name += category_name;
Category* this_category = &(*marker_categories)[category_name];
Expand Down

0 comments on commit 39963b3

Please sign in to comment.