Skip to content

Commit f7ef8fa

Browse files
committed
fix: fix clang-tidy errors
1 parent dadcd7b commit f7ef8fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/discord/core.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ namespace constants::discord {
4040
#endif
4141

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

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

0 commit comments

Comments
 (0)