Skip to content

Commit

Permalink
fix: fix clang-tidy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Totto16 committed Oct 30, 2024
1 parent dadcd7b commit f7ef8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/discord/core.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ namespace constants::discord {
#endif

// manually synchronized to https://discord.com/developers/applications/1220147916371394650/rich-presence/assets
enum class ArtAsset : u8 { logo };
enum class ArtAsset : u8 { Logo };

OOPETRIS_GRAPHICS_EXPORTED [[nodiscard]] std::string get_asset_key(ArtAsset asset);

Expand Down

0 comments on commit f7ef8fa

Please sign in to comment.