refactor: Fix a bunch of minor things (#5094)
This commit is contained in:
@@ -16,7 +16,7 @@ struct Emote {
|
||||
ImageSet images;
|
||||
Tooltip tooltip;
|
||||
Url homePage;
|
||||
bool zeroWidth;
|
||||
bool zeroWidth{};
|
||||
EmoteId id;
|
||||
EmoteAuthor author;
|
||||
/**
|
||||
|
||||
@@ -54,6 +54,7 @@ protected:
|
||||
|
||||
virtual Outcome tryAppendEmote(const EmoteName &name)
|
||||
{
|
||||
(void)name;
|
||||
return Failure;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user