Skip to content

Commit

Permalink
Fix formatting errors in the schema files
Browse files Browse the repository at this point in the history
  • Loading branch information
markwallace-microsoft committed Sep 3, 2024
1 parent 6009370 commit 3c96dd3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@

namespace JsonSchemaMapper;

/// <summary>
/// Defines the context in which a JSON schema within a type graph is being generated.
/// </summary>
/// <summary>
/// Defines the context in which a JSON schema within a type graph is being generated.
/// </summary>
#if EXPOSE_JSON_SCHEMA_MAPPER
public
#else
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public static JsonNode GetJsonSchema(this JsonSerializerOptions options, Type ty
{
if (options is null)
{
ThrowHelpers.ThrowArgumentNullException(nameof(options));
ThrowHelpers.ThrowArgumentNullException(nameof(options));
}

if (type is null)
Expand Down

0 comments on commit 3c96dd3

Please sign in to comment.