From a5fa2c55368e0c2cf160f8ca5eb4e352111bca75 Mon Sep 17 00:00:00 2001 From: Antonio Murdaca Date: Thu, 15 Dec 2016 10:33:03 +0100 Subject: [PATCH] api/shim: fix indent Signed-off-by: Antonio Murdaca --- api/shim/shim.proto | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/shim/shim.proto b/api/shim/shim.proto index db48cc0..fb34ca5 100644 --- a/api/shim/shim.proto +++ b/api/shim/shim.proto @@ -13,7 +13,7 @@ service ShimService { } message PtyRequest { - string id = 1 [(gogoproto.customname) = "ID"]; + string id = 1 [(gogoproto.customname) = "ID"]; uint32 width = 2; uint32 height = 3; }