Use right linter
This commit is contained in:
parent
a6b2be112b
commit
90da39313f
28 changed files with 35 additions and 67 deletions
|
|
@ -96,8 +96,7 @@ struct MegolmSessionIndex
|
|||
MegolmSessionIndex(std::string room_id_, const mtx::events::msg::Encrypted &e)
|
||||
: room_id(std::move(room_id_))
|
||||
, session_id(e.session_id)
|
||||
{
|
||||
}
|
||||
{}
|
||||
|
||||
//! The room in which this session exists.
|
||||
std::string room_id;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue