Skip to content

Commit ecb6ba1

Browse files
DevJonnyclaude
andcommitted
style(#3828): restore lost indentation on EmptyObjectSchema
Copilot review catch: the indentation on `EmptyObjectSchema` was lost when `GetUniqueOperationId` was removed in the parent commit. Re-indent to 8 spaces to match the other private methods in the class. Co-Authored-By: Claude (claude-opus-4-7) <noreply@anthropic.com>
1 parent 8c2aeed commit ecb6ba1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Paramore.Brighter.AsyncAPI/AsyncApiDocumentGenerator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private static void AddChannelMessageRef(Dictionary<string, V3ChannelDefinition>
343343
});
344344
}
345345

346-
private static V3SchemaDefinition EmptyObjectSchema()
346+
private static V3SchemaDefinition EmptyObjectSchema()
347347
{
348348
using var doc = JsonDocument.Parse("{}");
349349
return new V3SchemaDefinition

0 commit comments

Comments
 (0)