Skip to content

Commit c9530aa

Browse files
committed
fix: remove trailing newline
1 parent 1bda93d commit c9530aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llm/ollama.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ impl LlmEmbeddingClient for Client {
169169
fn get_default_embedding_dimension(&self, model: &str) -> Option<u32> {
170170
get_embedding_dimension(model)
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)