Reformat code

This commit is contained in:
Soreepeong 2024-02-28 01:06:48 +09:00
parent 62af691419
commit a4a990cf3d
2 changed files with 1 additions and 2 deletions

View file

@ -362,7 +362,7 @@ internal sealed partial class ActiveNotification
this.DrawContentBody(textColumnOffset, textColumnWidth);
textColumnOffset.Y = ImGui.GetCursorPosY() + NotificationConstants.ScaledComponentGap;
ImGui.SetCursorPos(textColumnOffset);
this.InvokeDrawActions(textColumnOffset, new(textColumnX + textColumnWidth, float.MaxValue));
}

View file

@ -9,7 +9,6 @@ using Dalamud.Plugin.Internal.Types;
using Dalamud.Utility;
using Serilog;
using Serilog.Events;
namespace Dalamud.Interface.ImGuiNotification.Internal;