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

Fix linting

parent 4af8d7d3
No related branches found
No related tags found
No related merge requests found
Pipeline #4906 passed
...@@ -118,8 +118,8 @@ struct MemberInfo ...@@ -118,8 +118,8 @@ struct MemberInfo
std::string name; std::string name;
std::string avatar_url; std::string avatar_url;
std::string inviter = ""; std::string inviter = "";
std::string reason = ""; std::string reason = "";
bool is_direct = false; bool is_direct = false;
}; };
void void
......
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