mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
modules/m_room: Minor formatting.
This commit is contained in:
parent
ce237e0b10
commit
0866cf4f7f
1 changed files with 4 additions and 4 deletions
|
@ -192,10 +192,10 @@ ircd::m::rooms::local_summary_chunk(const m::room &room,
|
|||
}
|
||||
};
|
||||
|
||||
const m::event::fetch::opts fopts
|
||||
{
|
||||
keys, room.fopts? room.fopts->gopts : db::gopts{}
|
||||
};
|
||||
const m::event::fetch::opts fopts
|
||||
{
|
||||
keys, room.fopts? room.fopts->gopts : db::gopts{}
|
||||
};
|
||||
|
||||
const m::room::state state
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue