api/shim: fix indent

Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
Antonio Murdaca 2016-12-15 10:33:03 +01:00
parent 65d82868c2
commit a5fa2c5536
No known key found for this signature in database
GPG Key ID: B2BEAD150DE936B9
1 changed files with 1 additions and 1 deletions

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