From 60d124de8ec3919ce561ec2eb84f20d7c07c1ff1 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Tue, 3 Dec 2024 10:20:50 -0500 Subject: [PATCH] Update cloudevent.proto --- protos/cloudevent.proto | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/protos/cloudevent.proto b/protos/cloudevent.proto index 161f369f0cdd..136b54d5fe90 100644 --- a/protos/cloudevent.proto +++ b/protos/cloudevent.proto @@ -17,6 +17,7 @@ import "google/protobuf/timestamp.proto"; option csharp_namespace = "Microsoft.AutoGen.Abstractions"; + message CloudEvent { // -- CloudEvent Context Attributes @@ -38,9 +39,9 @@ message CloudEvent { } /** - * The CloudEvent specification defines - * seven attribute value types... - */ + * The CloudEvent specification defines + * seven attribute value types... + */ message CloudEventAttributeValue {