Skip to content

Commit 1f08177

Browse files
committed
Reformat
1 parent b440e50 commit 1f08177

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
@@ -153,7 +153,10 @@ impl Qdrant {
153153
config.keep_alive_while_idle,
154154
);
155155

156-
let client = Self { channel: Arc::new(channel), config };
156+
let client = Self {
157+
channel: Arc::new(channel),
158+
config,
159+
};
157160

158161
Ok(client)
159162
}

0 commit comments

Comments
 (0)