Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TShapinsky committed Nov 8, 2024
1 parent 56565e9 commit d5c11a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/alfalfa/AlfalfaPoint.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace alfalfa {

std::string AlfalfaPoint_Impl::toIdString(const std::string& str) {
std::string id_string = str;
std::replace( id_string.begin(), id_string.end(), ' ', '_');
std::replace(id_string.begin(), id_string.end(), ' ', '_');
return id_string;
}
} // namespace detail
Expand Down

0 comments on commit d5c11a6

Please sign in to comment.