diff --git a/Generator/Cleanup.cs b/Generator/Cleanup.cs index 036699e..9ddda38 100644 --- a/Generator/Cleanup.cs +++ b/Generator/Cleanup.cs @@ -144,7 +144,7 @@ public static class Cleanup if ( name == "NetDebugOutput" ) return "public"; if ( name == "ItemPreviewType" ) return "public"; if ( name == "OverlayToStoreFlag" ) return "public"; - if ( name == "TextFilteringContext " ) return "public"; + if ( name == "TextFilteringContext" ) return "public"; return "internal"; }