From 481685b3bbb2b0270870dec5de87e60fc2d84d15 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Sun, 9 Jan 2022 23:20:08 -0500 Subject: format all --- src/discord/relationship.hpp | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/discord/relationship.hpp') diff --git a/src/discord/relationship.hpp b/src/discord/relationship.hpp index d492bd3..1595502 100644 --- a/src/discord/relationship.hpp +++ b/src/discord/relationship.hpp @@ -3,19 +3,19 @@ #include "user.hpp" enum class RelationshipType { - None = 0, - Friend = 1, - Blocked = 2, - PendingIncoming = 3, - PendingOutgoing = 4, - Implicit = 5, + None = 0, + Friend = 1, + Blocked = 2, + PendingIncoming = 3, + PendingOutgoing = 4, + Implicit = 5, }; struct RelationshipData { // Snowflake UserID; this is the same as ID apparently but it looks new so i wont touch it RelationshipType Type; Snowflake ID; - // Unknown Nickname; // null + // Unknown Nickname; // null - friend void from_json(const nlohmann::json &j, RelationshipData &m); + friend void from_json(const nlohmann::json &j, RelationshipData &m); }; -- cgit v1.2.3