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

@ -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 =
{