Skip to content

Commit 0facc85

Browse files
committed
Fix proto formatting
Signed-off-by: Maksym Pavlenko <[email protected]>
1 parent 7f2d2c4 commit 0facc85

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

api/types/event.proto

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ import "google/protobuf/timestamp.proto";
2525
option go_package = "github.com/containerd/containerd/v2/api/types;types";
2626

2727
message Envelope {
28-
option (containerd.types.fieldpath) = true;
29-
google.protobuf.Timestamp timestamp = 1;
30-
string namespace = 2;
31-
string topic = 3;
32-
google.protobuf.Any event = 4;
28+
option (containerd.types.fieldpath) = true;
29+
google.protobuf.Timestamp timestamp = 1;
30+
string namespace = 2;
31+
string topic = 3;
32+
google.protobuf.Any event = 4;
3333
}

0 commit comments

Comments
 (0)