diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 20:53:09 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-08-23 20:53:09 -0400 |
commit | c37280222dac3409f78413d90c8e50f6d410b3d1 (patch) | |
tree | 6212b3e15fd1a147dd013b5f08841f39e25febed /src/SMAPI/Framework/RequestExitDelegate.cs | |
parent | 1ff4a0774e790acfb0f8a54d8e87f9540876072e (diff) | |
download | SMAPI-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.cs | 2 |
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 +} |