Update TypeNameHelper.cs (dotnet/extensions#2194)

\n\nCommit migrated from 204a4eef27
This commit is contained in:
James Newton-King 2019-08-17 13:06:53 +12:00 committed by GitHub
parent 591d6c13ec
commit 29e0146528
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ using System.Collections.Generic;
namespace Microsoft.Extensions.Internal
{
internal class TypeNameHelper
internal static class TypeNameHelper
{
private const char DefaultNestedTypeDelimiter = '+';