Skip to content

Commit a42ba77

Browse files
committed
fmt
1 parent c89c142 commit a42ba77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/qdrant_client/mod.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,10 @@ impl Qdrant {
106106
config.connect_timeout,
107107
config.keep_alive_while_idle,
108108
);
109-
let client = Self { channel, config: config.clone() };
109+
let client = Self {
110+
channel,
111+
config: config.clone(),
112+
};
110113

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

0 commit comments

Comments
 (0)