Skip to content

Commit

Permalink
make EnumProvider public for Azure plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
live1206 committed Dec 30, 2024
1 parent b2aebe9 commit d14ffae
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace Microsoft.Generator.CSharp.Providers
{
internal abstract class EnumProvider : TypeProvider
public abstract class EnumProvider : TypeProvider
{
private readonly InputEnumType _inputType;

Expand Down

0 comments on commit d14ffae

Please sign in to comment.