Fix linting

This commit is contained in:
Nicolas Werner 2022-06-24 01:55:32 +02:00
parent 09c646d3fa
commit dc4fbd167e
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ public:
private: private:
struct Entry struct Entry
{ {
~Entry() = default; ~Entry() = default;
std::string type; std::string type;
mtx::events::state::power_level_t pl; mtx::events::state::power_level_t pl;
@ -104,7 +104,7 @@ public:
private: private:
struct Entry struct Entry
{ {
~Entry() = default; ~Entry() = default;
std::string mxid; std::string mxid;
mtx::events::state::power_level_t pl; mtx::events::state::power_level_t pl;