Skip to content

Commit 204a4ee

Browse files
authored
Update TypeNameHelper.cs (#2194)
1 parent 72bcb43 commit 204a4ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Shared/src/TypeNameHelper/TypeNameHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
namespace Microsoft.Extensions.Internal
99
{
10-
internal class TypeNameHelper
10+
internal static class TypeNameHelper
1111
{
1212
private const char DefaultNestedTypeDelimiter = '+';
1313

0 commit comments

Comments
 (0)