Skip to content

Commit

Permalink
chore(connect): format json after re-generation
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-sanderson committed Mar 4, 2024
1 parent 450acf9 commit 350daea
Showing 1 changed file with 12 additions and 67 deletions.
79 changes: 12 additions & 67 deletions packages/protobuf/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -9276,18 +9276,8 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
],
"reserved": [
[
38,
38
]
],
"extensions": [[1000, 536870911]],
"reserved": [[38, 38]],
"nested": {
"OptimizeMode": {
"values": {
Expand Down Expand Up @@ -9322,18 +9312,8 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
],
"reserved": [
[
8,
8
]
]
"extensions": [[1000, 536870911]],
"reserved": [[8, 8]]
},
"FieldOptions": {
"fields": {
Expand Down Expand Up @@ -9373,18 +9353,8 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
],
"reserved": [
[
4,
4
]
],
"extensions": [[1000, 536870911]],
"reserved": [[4, 4]],
"nested": {
"CType": {
"values": {
Expand All @@ -9410,12 +9380,7 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
]
"extensions": [[1000, 536870911]]
},
"EnumOptions": {
"fields": {
Expand All @@ -9433,12 +9398,7 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
]
"extensions": [[1000, 536870911]]
},
"EnumValueOptions": {
"fields": {
Expand All @@ -9452,12 +9412,7 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
]
"extensions": [[1000, 536870911]]
},
"ServiceOptions": {
"fields": {
Expand All @@ -9471,12 +9426,7 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
]
"extensions": [[1000, 536870911]]
},
"MethodOptions": {
"fields": {
Expand All @@ -9490,12 +9440,7 @@
"id": 999
}
},
"extensions": [
[
1000,
536870911
]
]
"extensions": [[1000, 536870911]]
},
"UninterpretedOption": {
"fields": {
Expand Down Expand Up @@ -9621,4 +9566,4 @@
}
}
}
}
}

0 comments on commit 350daea

Please sign in to comment.