Skip to content

Commit 48d2da0

Browse files
committed
buf linting
1 parent 865c981 commit 48d2da0

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

proto/viam/app/v1/app.proto

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -734,12 +734,18 @@ message Fragment {
734734

735735
message FragmentHistoryEntry {
736736
// replacing this with a new name, fragment_id
737-
string fragment = 1 [(tagger.v1.tags) = "bson:\"fragment\" json:\"fragment\"", deprecated = true];
737+
string fragment = 1 [
738+
(tagger.v1.tags) = "bson:\"fragment\" json:\"fragment\"",
739+
deprecated = true
740+
];
738741
google.protobuf.Timestamp edited_on = 2 [(tagger.v1.tags) = "bson:\"edited_on\" json:\"edited_on\""];
739-
// replacing this with fragmentContents, as we don't want FragmentHistoryEvents to contain fragment metadata
740-
Fragment old = 3 [(tagger.v1.tags) = "bson:\"old\" json:\"old\"", deprecated = true];
742+
// replacing this with fragment_contents, as we don't want FragmentHistoryEvents to contain fragment metadata
743+
Fragment old = 3 [
744+
(tagger.v1.tags) = "bson:\"old\" json:\"old\"",
745+
deprecated = true
746+
];
741747
AuthenticatorInfo edited_by = 4 [(tagger.v1.tags) = "bson:\"edited_by\" json:\"edited_by\""];
742-
google.protobuf.Struct fragmentContents = 5 [(tagger.v1.tags) = "bson:\"fragmentContents\" json:\"fragmentContents\""];
748+
google.protobuf.Struct fragment_contents = 5 [(tagger.v1.tags) = "bson:\"fragment_contents\" json:\"fragment_contents\""];
743749
string fragment_id = 6 [(tagger.v1.tags) = "bson:\"fragment_id\" json:\"fragment_id\""];
744750
}
745751

0 commit comments

Comments
 (0)