Fix options ordering in proto api txt files
An upstream change caused the options to now be ordered Signed-off-by: Derek McGowan <derek@mcgstyle.net>
This commit is contained in:
@@ -75,8 +75,8 @@ file {
|
||||
type: TYPE_MESSAGE
|
||||
type_name: ".google.protobuf.Duration"
|
||||
options {
|
||||
65011: 1
|
||||
65001: 0
|
||||
65011: 1
|
||||
}
|
||||
json_name: "terminateDuration"
|
||||
}
|
||||
@@ -97,8 +97,8 @@ file {
|
||||
type: TYPE_MESSAGE
|
||||
type_name: ".google.protobuf.Timestamp"
|
||||
options {
|
||||
65010: 1
|
||||
65001: 0
|
||||
65010: 1
|
||||
}
|
||||
json_name: "createdAt"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user