Skip to content

Commit

Permalink
Internalize helper class
Browse files Browse the repository at this point in the history
  • Loading branch information
glopesdev committed Jan 16, 2024
1 parent 3021350 commit 4dda635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bonsai.Sgen/JsonSchemaExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Bonsai.Sgen
{
public static class JsonSchemaExtensions
internal static class JsonSchemaExtensions
{
public static JsonSchema WithUniqueDiscriminatorProperties(this JsonSchema schema)
{
Expand Down

0 comments on commit 4dda635

Please sign in to comment.