Skip to content

Commit

Permalink
Fix format_vec
Browse files Browse the repository at this point in the history
how did that line even get in there
  • Loading branch information
franzpoeschel committed Aug 5, 2024
1 parent 3e40906 commit 6bba84e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/openPMD/auxiliary/StringManip.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,6 @@ namespace auxiliary
auto end = v.end();
std::stringstream res;
res << '[' << *it++;
res.operator<<(*it);
for (; it != end; ++it)
{
res << ", " << *it;
Expand Down

0 comments on commit 6bba84e

Please sign in to comment.