mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️ Fix pretty(event) formatting.
This commit is contained in:
parent
2dad8d8832
commit
416d199736
1 changed files with 1 additions and 1 deletions
|
@ -300,7 +300,7 @@ ircd::m::pretty(const event &event)
|
|||
const auto &hashes{json::get<"hashes"_>(event)};
|
||||
for(const auto &hash : hashes)
|
||||
{
|
||||
s << std::setw(16) << std::right << "[hash]" << ": "
|
||||
s << std::setw(16) << std::right << "[hash]" << " :"
|
||||
<< hash.first
|
||||
<< " "
|
||||
<< unquote(hash.second)
|
||||
|
|
Loading…
Reference in a new issue