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:
Derek McGowan
2018-07-16 16:32:38 -07:00
parent cef05f19a7
commit d3cd5f1d01
2 changed files with 32 additions and 32 deletions

View File

@@ -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"
}