0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-11-29 18:22:50 +01:00

ircd::json: Simplify reference name.

This commit is contained in:
Jason Volk 2020-02-10 14:25:39 -08:00
parent 622a0fe7c1
commit 4c84df62e7

View file

@ -1528,9 +1528,9 @@ ircd::json::stack::member::member(object &po,
s->append(',');
thread_local char tmp[2048];
static const json::printer::rule<string_view> rule
static const printer::rule<string_view> rule
{
json::printer.name << json::printer.name_sep
printer.name << printer.name_sep
};
mutable_buffer buf{tmp};