summaryrefslogtreecommitdiff
path: root/src/SMAPI/ICommandHelper.cs
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-13 19:00:24 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2022-04-13 19:00:24 -0400
commit6e9e8aef1ef97e1a4ef4410ce300cb1c47eca986 (patch)
tree6aa94e6df974362b4ea1581e83cd33d9ffc40639 /src/SMAPI/ICommandHelper.cs
parent40aebb74c65e0c7300b5f4fcb066f3fd2b2a5fdd (diff)
downloadSMAPI-6e9e8aef1ef97e1a4ef4410ce300cb1c47eca986.tar.gz
SMAPI-6e9e8aef1ef97e1a4ef4410ce300cb1c47eca986.tar.bz2
SMAPI-6e9e8aef1ef97e1a4ef4410ce300cb1c47eca986.zip
enable nullable annotations in SMAPI where no changes are needed (#837)
Diffstat (limited to 'src/SMAPI/ICommandHelper.cs')
-rw-r--r--src/SMAPI/ICommandHelper.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/SMAPI/ICommandHelper.cs b/src/SMAPI/ICommandHelper.cs
index a0c524d6..9f1c345c 100644
--- a/src/SMAPI/ICommandHelper.cs
+++ b/src/SMAPI/ICommandHelper.cs
@@ -1,5 +1,3 @@
-#nullable disable
-
using System;
namespace StardewModdingAPI