[LINT] Fixed lint issues after clang-format update
This commit is contained in:
@@ -130,7 +130,7 @@ class AchievementNotificationWindow final : ImGuiNotification {
|
||||
std::string title, std::string description,
|
||||
uint8_t user_index, uint8_t position_id = 0)
|
||||
: ImGuiNotification(imgui_drawer, title, description, user_index,
|
||||
position_id){};
|
||||
position_id) {};
|
||||
|
||||
void OnDraw(ImGuiIO& io) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user