chore: style cop (#804)

This commit is contained in:
kalilistic 2022-04-20 03:41:09 -04:00 committed by GitHub
parent eca9fcce3b
commit dd10b4f169
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 2 deletions

View file

@ -2,6 +2,7 @@
using System.Collections.Generic;
using System.Linq;
using System.Runtime.InteropServices;
using Dalamud.Game.Gui.ContextMenus.OldStructs;
using Dalamud.Hooking;
using Dalamud.IoC;

View file

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Numerics;
using System.Runtime.InteropServices;
using Dalamud.Game.Gui.ContextMenus.OldStructs;
using Dalamud.Game.Text.SeStringHandling;
using Dalamud.Logging;

View file

@ -386,7 +386,7 @@ namespace Dalamud.Game.Gui
/// <summary>
/// Find the agent associated with an addon, if possible.
/// </summary>
/// <param name="addon">The addon address.</param>
/// <param name="addonPtr">The addon address.</param>
/// <returns>A pointer to the agent interface.</returns>
public unsafe IntPtr FindAgentInterface(IntPtr addonPtr)
{

View file

@ -20,7 +20,7 @@ namespace Dalamud.Plugin.Internal
private static readonly ModuleLog Log = new("PLUGINR");
private static HttpClient HttpClient = new()
private static readonly HttpClient HttpClient = new()
{
DefaultRequestHeaders =
{