style: remove trailing whitespace

This commit is contained in:
Anna
2022-01-03 16:20:22 -05:00
parent b66ccaa1c0
commit 58efbf5b59
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -112,7 +112,7 @@ internal sealed class PayloadHandler {
private static void InlineIcon(TextureWrap icon) {
var lineHeight = ImGui.CalcTextSize("A").Y;
var cursor = ImGui.GetCursorPos();
ImGui.Image(icon.ImGuiHandle, new Vector2(icon.Width, icon.Height));
ImGui.SameLine();