Explorar o código

Fix tabs vs spaces

Signed-off-by: Guillaume Tardif <[email protected]>
Guillaume Tardif %!s(int64=5) %!d(string=hai) anos
pai
achega
fff94aeb6b
Modificáronse 1 ficheiros con 8 adicións e 8 borrados
  1. 8 8
      protos/compose/v1/compose.proto

+ 8 - 8
protos/compose/v1/compose.proto

@@ -55,10 +55,10 @@ message ComposeStacksResponse {
 }
 
 message Stack {
-	string id = 1;
-	string name = 2;
-	string status = 3;
-	string reason = 4;
+  string id = 1;
+  string name = 2;
+  string status = 3;
+  string reason = 4;
 }
 
 message ComposeServicesRequest {
@@ -73,8 +73,8 @@ message ComposeServicesResponse {
 
 message Service {
   string id = 1;
-	string name = 2;
-	uint32 replicas = 3;
-	uint32 desired = 4;
-	repeated string Ports = 5;
+  string name = 2;
+  uint32 replicas = 3;
+  uint32 desired = 4;
+  repeated string Ports = 5;
 }