Small style fix
Co-Authored-By: Veetaha <veetaha2@gmail.com>
This commit is contained in:
parent
392eb74b5f
commit
590af37bff
1 changed files with 1 additions and 1 deletions
|
@ -415,7 +415,7 @@ fn loop_turn(
|
|||
}
|
||||
|
||||
if Some(resp.id) == loop_state.configuration_request_id {
|
||||
loop_state.configuration_request_id.take();
|
||||
loop_state.configuration_request_id = None;
|
||||
if let Some(err) = resp.error {
|
||||
log::error!("failed fetch the server settings: {:?}", err)
|
||||
} else if resp.result.is_none() {
|
||||
|
|
Loading…
Add table
Reference in a new issue