Skip to content
Snippets Groups Projects
Verified Commit dc4fbd16 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Fix linting

parent 09c646d3
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
......@@ -53,7 +53,7 @@ public:
private:
struct Entry
{
~Entry() = default;
~Entry() = default;
std::string type;
mtx::events::state::power_level_t pl;
......@@ -104,7 +104,7 @@ public:
private:
struct Entry
{
~Entry() = default;
~Entry() = default;
std::string mxid;
mtx::events::state::power_level_t pl;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment