Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
Signed-off-by: barshaul <[email protected]>
  • Loading branch information
barshaul committed Nov 11, 2024
1 parent a542ea8 commit 374da82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/src/client/reconnecting_connection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ async fn create_connection(
let action = || async {
get_multiplexed_connection(client, &connection_options)
.await
.map_err(|err| RetryError::transient(err))
.map_err(RetryError::transient)
};

match Retry::spawn(retry_strategy.get_iterator(), action).await {
Expand Down

0 comments on commit 374da82

Please sign in to comment.