Mercurial > minori
diff include/services/anilist.h @ 63:3d2decf093bb
*: fix many clang warnings
author | Paper <mrpapersonic@gmail.com> |
---|---|
date | Sun, 01 Oct 2023 06:39:47 -0400 |
parents | 619cbd6e69f9 |
children | c130f47f6f48 |
line wrap: on
line diff
--- a/include/services/anilist.h Sun Oct 01 06:16:06 2023 -0400 +++ b/include/services/anilist.h Sun Oct 01 06:39:47 2023 -0400 @@ -5,7 +5,8 @@ #include "core/json.h" #include <curl/curl.h> -namespace Services::AniList { +namespace Services { +namespace AniList { bool AuthorizeUser(); @@ -15,6 +16,7 @@ /* Write queries (mutations) */ int UpdateAnimeEntry(int id); -}; // namespace Services::AniList +} // namespace AniList +} // namespace Services #endif // __services__anilist_h