Skip to content

Commit e619cbb

Browse files
committed
buf format
1 parent 725d7a0 commit e619cbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

protos/src/main/proto/tcnapi/exile/gate/v2/entities.proto

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ syntax = "proto3";
22

33
package tcnapi.exile.gate.v2;
44

5+
import "google/protobuf/struct.proto";
56
import "google/protobuf/timestamp.proto";
67
import "google/protobuf/wrappers.proto";
7-
import "google/protobuf/struct.proto";
88
import "tcnapi/exile/core/v2/entities.proto";
99

1010
message ExileAgentCall {
@@ -33,7 +33,7 @@ message ExileAgentCall {
3333
}
3434

3535
message StringField {
36-
optional string value = 1;
36+
optional string value = 1;
3737
}
3838

3939
message ExileTelephonyResult {

0 commit comments

Comments
 (0)