refactor: get rid of clippy warning
This commit is contained in:
parent
2111575c36
commit
5661eeb66a
@ -65,9 +65,7 @@ where
|
||||
.and_then(version::version)),
|
||||
);
|
||||
|
||||
let routes = api.recover(recover_as_message_response);
|
||||
|
||||
routes
|
||||
api.recover(recover_as_message_response)
|
||||
}
|
||||
|
||||
pub async fn handle_shutdown(
|
||||
|
Loading…
Reference in New Issue
Block a user