From c37280222dac3409f78413d90c8e50f6d410b3d1 Mon Sep 17 00:00:00 2001 From: Jesse Plamondon-Willard Date: Sun, 23 Aug 2020 20:53:09 -0400 Subject: minor cleanup --- src/SMAPI/Framework/RequestExitDelegate.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/SMAPI/Framework/RequestExitDelegate.cs') 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 /// The module which requested an immediate exit. /// The reason provided for the shutdown. internal delegate void RequestExitDelegate(string module, string reason); -} \ No newline at end of file +} -- cgit