api/shim: fix indent
Signed-off-by: Antonio Murdaca <runcom@redhat.com>
This commit is contained in:
parent
65d82868c2
commit
a5fa2c5536
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ service ShimService {
|
||||||
}
|
}
|
||||||
|
|
||||||
message PtyRequest {
|
message PtyRequest {
|
||||||
string id = 1 [(gogoproto.customname) = "ID"];
|
string id = 1 [(gogoproto.customname) = "ID"];
|
||||||
uint32 width = 2;
|
uint32 width = 2;
|
||||||
uint32 height = 3;
|
uint32 height = 3;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue