Merge pull request #375 from runcom/fix-indent

api/shim: fix indent
This commit is contained in:
Kenfe-Mickaël Laventure 2016-12-15 08:15:21 -08:00 committed by GitHub
commit e751816c4d

View file

@ -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;
}