summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/RequestExitDelegate.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-23 20:53:09 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-23 20:53:09 -0400
commitc37280222dac3409f78413d90c8e50f6d410b3d1 (patch)
tree6212b3e15fd1a147dd013b5f08841f39e25febed /src/SMAPI/Framework/RequestExitDelegate.cs
parent1ff4a0774e790acfb0f8a54d8e87f9540876072e (diff)
downloadSMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.tar.gz
SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.tar.bz2
SMAPI-c37280222dac3409f78413d90c8e50f6d410b3d1.zip
minor cleanup
Diffstat (limited to 'src/SMAPI/Framework/RequestExitDelegate.cs')
-rw-r--r--src/SMAPI/Framework/RequestExitDelegate.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SMAPI/Framework/RequestExitDelegate.cs b/src/SMAPI/Framework/RequestExitDelegate.cs
index 12d0ea0c..810c399b 100644
--- a/src/SMAPI/Framework/RequestExitDelegate.cs
+++ b/src/SMAPI/Framework/RequestExitDelegate.cs
@@ -4,4 +4,4 @@ namespace StardewModdingAPI.Framework
/// <param name="module">The module which requested an immediate exit.</param>
/// <param name="reason">The reason provided for the shutdown.</param>
internal delegate void RequestExitDelegate(string module, string reason);
-} \ No newline at end of file
+}