mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-21 18:50:47 +03:00
Fix linting
This commit is contained in:
parent
4af8d7d397
commit
396f495242
1 changed files with 2 additions and 2 deletions
|
@ -118,8 +118,8 @@ struct MemberInfo
|
|||
std::string name;
|
||||
std::string avatar_url;
|
||||
std::string inviter = "";
|
||||
std::string reason = "";
|
||||
bool is_direct = false;
|
||||
std::string reason = "";
|
||||
bool is_direct = false;
|
||||
};
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue