mirror of
https://github.com/matrix-construct/construct
synced 2024-11-30 02:32:43 +01:00
ircd::json: Simplify reference name.
This commit is contained in:
parent
622a0fe7c1
commit
4c84df62e7
1 changed files with 2 additions and 2 deletions
|
@ -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};
|
||||
|
|
Loading…
Reference in a new issue