Skip to content

Commit

Permalink
small lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Muhammad Awawdi <[email protected]>
  • Loading branch information
Muhammad-awawdi-amazon committed Feb 1, 2025
1 parent c9ee4c0 commit ea5954c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion glide-core/src/client/standalone_client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ impl StandaloneClient {
}

// Step 3: Fall back to any available replica using round-robin
return self.round_robin_read_from_replica(latest_read_replica_index);
self.round_robin_read_from_replica(latest_read_replica_index)
}

async fn get_connection(&self, readonly: bool) -> &ReconnectingConnection {
Expand Down

0 comments on commit ea5954c

Please sign in to comment.