From d457726100e85dfbf9688b86a52dd8ba4416e754 Mon Sep 17 00:00:00 2001 From: Raymond Date: Tue, 24 Aug 2021 22:59:32 -0400 Subject: [PATCH] Formatting --- Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs index 4ca59b8e9..74a6afc51 100644 --- a/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs +++ b/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs @@ -41,8 +41,7 @@ namespace Dalamud.Interface.Internal.Windows private const int PluginIconHeight = 512; // TODO: Change back to master after release - private const string MainRepoImageUrl = - "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api4/{0}/{1}/images/{2}"; + private const string MainRepoImageUrl = "https://raw.githubusercontent.com/goatcorp/DalamudPlugins/api4/{0}/{1}/images/{2}"; private static readonly ModuleLog Log = new("PLUGINW");