Skip to content

Commit

Permalink
Missed space
Browse files Browse the repository at this point in the history
  • Loading branch information
klingbolt committed Sep 25, 2024
1 parent ab61a52 commit 1bcfa88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml_converter/src/packaging_protobin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ void write_protobuf_file(
std::cout << "Unknown type" << std::endl;
}
}
for (auto iterator = marker_categories->begin(); iterator != marker_categories->end(); iterator++){
for (auto iterator = marker_categories->begin(); iterator != marker_categories->end(); iterator++) {
StringHierarchy category_filter;
category_filter.add_path({iterator->first}, true);
_write_protobuf_file(
Expand Down

0 comments on commit 1bcfa88

Please sign in to comment.