Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
flippmoke committed Jul 28, 2020
1 parent 62eb926 commit 3b1a10e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/mapbox/geometry_io.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,10 +212,11 @@ inline std::ostream& operator<<(std::ostream& os, mapbox::feature::value const&
return os;
}

struct identifier_to_stream_visitor {
struct identifier_to_stream_visitor
{

std::ostream& out;

template <typename T>
void operator()(T val)
{
Expand All @@ -226,7 +227,6 @@ struct identifier_to_stream_visitor {
{
quote_string(val, out);
}

};

inline std::ostream& operator<<(std::ostream& os, mapbox::feature::identifier const& val)
Expand Down

0 comments on commit 3b1a10e

Please sign in to comment.