Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
agourlay committed Jan 9, 2025
1 parent c89c142 commit a42ba77
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/qdrant_client/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ impl Qdrant {
config.connect_timeout,
config.keep_alive_while_idle,
);
let client = Self { channel, config: config.clone() };
let client = Self {
channel,
config: config.clone(),
};

// We're in sync context, spawn temporary runtime in thread to do async health check
let server_version = thread::scope(|s| {
Expand Down

0 comments on commit a42ba77

Please sign in to comment.