diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-10 01:20:10 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2023-06-10 01:20:10 +0200 |
commit | 396f49524286a3369634bcc8f0acbee3a471775d (patch) | |
tree | 8d58a359619846d10fd917fe5fe12d7f57845b56 | |
parent | Show some generic message for ACL changes (diff) | |
download | nheko-396f49524286a3369634bcc8f0acbee3a471775d.tar.xz |
Fix linting
-rw-r--r-- | src/CacheStructs.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CacheStructs.h b/src/CacheStructs.h index 13c24c99..6e2f800a 100644 --- a/src/CacheStructs.h +++ b/src/CacheStructs.h @@ -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 |