From 0facc85925a114edac4b3b05a871f4ad205f45f1 Mon Sep 17 00:00:00 2001 From: Maksym Pavlenko Date: Fri, 2 Feb 2024 10:30:36 -0800 Subject: [PATCH] Fix proto formatting Signed-off-by: Maksym Pavlenko --- api/types/event.proto | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/api/types/event.proto b/api/types/event.proto index fa44691c3..fdb04f088 100644 --- a/api/types/event.proto +++ b/api/types/event.proto @@ -25,9 +25,9 @@ import "google/protobuf/timestamp.proto"; option go_package = "github.com/containerd/containerd/v2/api/types;types"; message Envelope { - option (containerd.types.fieldpath) = true; - google.protobuf.Timestamp timestamp = 1; - string namespace = 2; - string topic = 3; - google.protobuf.Any event = 4; + option (containerd.types.fieldpath) = true; + google.protobuf.Timestamp timestamp = 1; + string namespace = 2; + string topic = 3; + google.protobuf.Any event = 4; }