mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-31 12:53:41 +01:00
chore: style cop (#804)
This commit is contained in:
parent
eca9fcce3b
commit
dd10b4f169
4 changed files with 4 additions and 2 deletions
|
|
@ -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 =
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue