mirror of
https://github.com/matrix-construct/construct
synced 2024-11-29 18:22:50 +01:00
ircd:Ⓜ️:events::rebuild: Minor fix indentation.
This commit is contained in:
parent
c2dfc5c0aa
commit
d340ed1fdd
1 changed files with 14 additions and 14 deletions
|
@ -65,23 +65,23 @@ ircd::m::events::rebuild()
|
|||
return true;
|
||||
});
|
||||
|
||||
log::info
|
||||
{
|
||||
log, "Events type/sender table rebuild events:%zu txn:%zu %s commit...",
|
||||
ret,
|
||||
txn.size(),
|
||||
pretty(iec(txn.bytes())),
|
||||
};
|
||||
log::info
|
||||
{
|
||||
log, "Events type/sender table rebuild events:%zu txn:%zu %s commit...",
|
||||
ret,
|
||||
txn.size(),
|
||||
pretty(iec(txn.bytes())),
|
||||
};
|
||||
|
||||
txn();
|
||||
|
||||
log::notice
|
||||
{
|
||||
log, "Events type/sender table rebuild complete.",
|
||||
ret,
|
||||
txn.size(),
|
||||
pretty(iec(txn.bytes())),
|
||||
};
|
||||
log::notice
|
||||
{
|
||||
log, "Events type/sender table rebuild complete.",
|
||||
ret,
|
||||
txn.size(),
|
||||
pretty(iec(txn.bytes())),
|
||||
};
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue