From 5c6c01f0f4af6dc2496381a826664f2d480f8c32 Mon Sep 17 00:00:00 2001 From: Raymond Date: Mon, 18 Oct 2021 19:32:02 -0400 Subject: [PATCH] Formatting --- Dalamud/Dalamud.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dalamud/Dalamud.cs b/Dalamud/Dalamud.cs index 0fa16b0d9..429aac0ae 100644 --- a/Dalamud/Dalamud.cs +++ b/Dalamud/Dalamud.cs @@ -287,7 +287,7 @@ namespace Dalamud } /// - /// Queue an unload of Dalamud when it gets the chance. + /// Queue an unload of Dalamud when it gets the chance. /// public void Unload() { @@ -296,7 +296,7 @@ namespace Dalamud } /// - /// Wait for an unload request to start. + /// Wait for an unload request to start. /// public void WaitForUnload() {