fmt
This commit is contained in:
parent
17092961a2
commit
4a73340150
3 changed files with 12 additions and 7 deletions
|
|
@ -52,8 +52,7 @@ async fn main() -> Result<()> {
|
|||
check(&resp)
|
||||
}
|
||||
Cmd::Recv => {
|
||||
let resp: AgentResponse =
|
||||
client::request(&cli.socket, &AgentRequest::Recv).await?;
|
||||
let resp: AgentResponse = client::request(&cli.socket, &AgentRequest::Recv).await?;
|
||||
render(&resp)?;
|
||||
check(&resp)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue