Remove empty semicolon
This commit is contained in:
parent
275b4b3417
commit
d78ef941d1
@ -501,7 +501,6 @@ struct range_formatter<
|
|||||||
auto end = detail::range_end(range);
|
auto end = detail::range_end(range);
|
||||||
for (; it != end; ++it) {
|
for (; it != end; ++it) {
|
||||||
if (i > 0) out = detail::copy_str<Char>(separator_, out);
|
if (i > 0) out = detail::copy_str<Char>(separator_, out);
|
||||||
;
|
|
||||||
ctx.advance_to(out);
|
ctx.advance_to(out);
|
||||||
out = underlying_.format(mapper.map(*it), ctx);
|
out = underlying_.format(mapper.map(*it), ctx);
|
||||||
++i;
|
++i;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user