Skip to content

Commit

Permalink
Fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
pronebird committed Jan 10, 2025
1 parent 3b46ee3 commit e156795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ impl ConnectingState {
#[cfg(target_os = "macos")]
{
log::debug!("Poking route manager to update default routes");
let _ = shared_state.route_handler.refresh_routes();
shared_state.route_handler.refresh_routes().await;
}
return OfflineState::enter(true, retry_attempt, selected_gateways);
}
Expand Down

0 comments on commit e156795

Please sign in to comment.