Skip to content

Commit c4ae06f

Browse files
committed
Sync: Fixing tabs vs spaces
Signed-off-by: Guillaume Tardif <[email protected]>
1 parent 4c0c8d4 commit c4ae06f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/protos/compose/v1/compose.proto

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ message ComposeStacksResponse {
5555
}
5656

5757
message Stack {
58-
string id = 1;
59-
string name = 2;
60-
string status = 3;
61-
string reason = 4;
58+
string id = 1;
59+
string name = 2;
60+
string status = 3;
61+
string reason = 4;
6262
}
6363

6464
message ComposeServicesRequest {
@@ -73,8 +73,8 @@ message ComposeServicesResponse {
7373

7474
message Service {
7575
string id = 1;
76-
string name = 2;
77-
uint32 replicas = 3;
78-
uint32 desired = 4;
79-
repeated string Ports = 5;
76+
string name = 2;
77+
uint32 replicas = 3;
78+
uint32 desired = 4;
79+
repeated string Ports = 5;
8080
}

0 commit comments

Comments
 (0)