Skip to content

Commit 279e974

Browse files
fix formatting issues that crept in somehow in the merge
1 parent b64e424 commit 279e974

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/search.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ pub struct HybridSearch<'a> {
157157
/// **Default: `0.5`**
158158
pub semantic_ratio: f32,
159159
}
160-
impl Default for HybridSearch{
160+
impl Default for HybridSearch<'_> {
161161
fn default() -> Self {
162-
HybridSearch{
162+
HybridSearch {
163163
embedder: "default",
164164
semantic_ratio: 0.5,
165165
}

0 commit comments

Comments
 (0)