From d20bda52477b9b0af6a0bf8114eeab04316f6a75 Mon Sep 17 00:00:00 2001 From: Koseng <26673978+Koseng@users.noreply.github.com> Date: Thu, 8 Aug 2024 21:06:05 +0200 Subject: [PATCH] Remove whitespace --- UI/Panels/Config/HubHopPresetPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UI/Panels/Config/HubHopPresetPanel.cs b/UI/Panels/Config/HubHopPresetPanel.cs index 3a09f125..c1ac6846 100644 --- a/UI/Panels/Config/HubHopPresetPanel.cs +++ b/UI/Panels/Config/HubHopPresetPanel.cs @@ -200,7 +200,7 @@ private void _loadPresets() try { PresetList.Load(PresetFile); - FilterPresetList(); + FilterPresetList(); } catch (Exception e) {