summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2023-06-10 01:20:10 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2023-06-10 01:20:10 +0200
commit396f49524286a3369634bcc8f0acbee3a471775d (patch)
tree8d58a359619846d10fd917fe5fe12d7f57845b56
parentShow some generic message for ACL changes (diff)
downloadnheko-396f49524286a3369634bcc8f0acbee3a471775d.tar.xz
Fix linting
-rw-r--r--src/CacheStructs.h4
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