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/ban.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/discord/ban.hpp') 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); }; -- cgit v1.2.3