fix bug
This commit is contained in:
parent
d2ce6d2720
commit
ca7e560fd4
@ -88,7 +88,7 @@ template <typename Out> struct Renderer
|
||||
{
|
||||
write('\"');
|
||||
write(it->first);
|
||||
write("\"");
|
||||
write("\":");
|
||||
mapbox::util::apply_visitor(Renderer(out), it->second);
|
||||
if (++it != end)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user