summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModLoading
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-29 23:06:08 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-08-29 23:06:08 -0400
commita13c994e8b2573e7a8be5a77a8e348f1171dbc55 (patch)
tree583c476080e061afe6d04db7163284ec53b67271 /src/SMAPI/Framework/ModLoading
parent097df9076d0ab189ca9fe84cc4f61d52b607376a (diff)
downloadSMAPI-a13c994e8b2573e7a8be5a77a8e348f1171dbc55.tar.gz
SMAPI-a13c994e8b2573e7a8be5a77a8e348f1171dbc55.tar.bz2
SMAPI-a13c994e8b2573e7a8be5a77a8e348f1171dbc55.zip
format code
Diffstat (limited to 'src/SMAPI/Framework/ModLoading')
-rw-r--r--src/SMAPI/Framework/ModLoading/Framework/RewriteHelper.cs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/SMAPI/Framework/ModLoading/Framework/RewriteHelper.cs b/src/SMAPI/Framework/ModLoading/Framework/RewriteHelper.cs
index 4b88148f..207b6445 100644
--- a/src/SMAPI/Framework/ModLoading/Framework/RewriteHelper.cs
+++ b/src/SMAPI/Framework/ModLoading/Framework/RewriteHelper.cs
@@ -82,7 +82,7 @@ namespace StardewModdingAPI.Framework.ModLoading.Framework
/// <param name="reference">The type reference.</param>
public static bool IsSameType(Type type, TypeReference reference)
{
- //
+ //
// duplicated by IsSameType(TypeReference, TypeReference) below
//
@@ -157,7 +157,7 @@ namespace StardewModdingAPI.Framework.ModLoading.Framework
/// <param name="reference">The method reference.</param>
public static bool HasMatchingSignature(MethodBase definition, MethodReference reference)
{
- //
+ //
// duplicated by HasMatchingSignature(MethodDefinition, MethodReference) below
//
@@ -183,7 +183,7 @@ namespace StardewModdingAPI.Framework.ModLoading.Framework
/// <param name="reference">The method reference.</param>
public static bool HasMatchingSignature(MethodDefinition definition, MethodReference reference)
{
- //
+ //
// duplicated by HasMatchingSignature(MethodBase, MethodReference) above
//