From 3c96dd389123edf221cb738db217a2218483ec85 Mon Sep 17 00:00:00 2001 From: markwallace-microsoft <127216156+markwallace-microsoft@users.noreply.github.com> Date: Tue, 3 Sep 2024 15:55:51 +0100 Subject: [PATCH] Fix formatting errors in the schema files --- .../src/Schema/JsonSchemaGenerationContext.cs | 6 +++--- dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs index e6a58a04017b..870013bb2bbe 100644 --- a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs +++ b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaGenerationContext.cs @@ -8,9 +8,9 @@ namespace JsonSchemaMapper; - /// - /// Defines the context in which a JSON schema within a type graph is being generated. - /// +/// +/// Defines the context in which a JSON schema within a type graph is being generated. +/// #if EXPOSE_JSON_SCHEMA_MAPPER public #else diff --git a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs index 05ea81ef9b95..a718d5965472 100644 --- a/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs +++ b/dotnet/src/InternalUtilities/src/Schema/JsonSchemaMapper.cs @@ -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)