diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-09 23:20:08 -0500 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-01-09 23:20:08 -0500 |
commit | 481685b3bbb2b0270870dec5de87e60fc2d84d15 (patch) | |
tree | 5eaa4abf4cb800812389ce95af954e120f633e54 /src/discord/ban.hpp | |
parent | f31d431517b27a88a95f6972de8fcf3206df1da1 (diff) | |
download | abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.tar.gz abaddon-portaudio-481685b3bbb2b0270870dec5de87e60fc2d84d15.zip |
format all
Diffstat (limited to 'src/discord/ban.hpp')
-rw-r--r-- | src/discord/ban.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/discord/ban.hpp b/src/discord/ban.hpp index d417ce3..7ab3d33 100644 --- a/src/discord/ban.hpp +++ b/src/discord/ban.hpp @@ -4,7 +4,7 @@ struct BanData { std::string Reason; // null - UserData User; // access id + UserData User; // access id friend void from_json(const nlohmann::json &j, BanData &m); }; |