Skip to content

Commit

Permalink
fixing trailing newline
Browse files Browse the repository at this point in the history
  • Loading branch information
AsherGlick committed Dec 31, 2023
1 parent cad15fb commit 62803ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions xml_converter/src/attribute/string.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,11 @@ void proto_display_name_to_display_name_and_name(
*is_name_set = true;
}


void display_name_and_name_to_proto_display_name(
std::string value,
ProtoWriterState* state,
std::function<void(std::string)> setter,
const std::string* name,
const bool* is_name_set) {
setter(value);
}
}

0 comments on commit 62803ec

Please sign in to comment.