Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
Signed-off-by: Muriel Paraire <[email protected]>
  • Loading branch information
MurielParaire committed May 30, 2024
1 parent e45ba32 commit 98eec78
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/vmm/src/grpc/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,6 @@ impl VmmServiceTrait for VmmService {
let signal_request = ShutdownVmRequest {};
let _ = client.shutdown(signal_request).await;
});


}
Err(e) => {
error!("ERROR {:?}", e);
Expand Down

0 comments on commit 98eec78

Please sign in to comment.