Skip to content

Commit

Permalink
fmt & clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
allevo committed Jan 16, 2025
1 parent 57def50 commit c32a411
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ use hurl_core::typing::Count;
use oramacore::collection_manager::sides::read::IndexesConfig;
use oramacore::collection_manager::sides::CollectionsWriterConfig;
use oramacore::embeddings::fe::{FastEmbedModelRepoConfig, FastEmbedRepoConfig};
use oramacore::{build_orama, ReadSideConfig, OramacoreConfig, WriteSideConfig};
use oramacore::{build_orama, OramacoreConfig, ReadSideConfig, WriteSideConfig};
use std::collections::HashMap;
use std::env::temp_dir;
use std::path::PathBuf;
Expand Down
2 changes: 1 addition & 1 deletion tests/test_search_without_webserver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use oramacore::collection_manager::sides::read::{CollectionsReader, IndexesConfi
use oramacore::collection_manager::sides::{CollectionsWriterConfig, WriteSide};
use oramacore::embeddings::fe::{FastEmbedModelRepoConfig, FastEmbedRepoConfig};
use oramacore::types::{CollectionId, DocumentList};
use oramacore::{build_orama, ReadSideConfig, OramacoreConfig, WriteSideConfig};
use oramacore::{build_orama, OramacoreConfig, ReadSideConfig, WriteSideConfig};
use serde_json::json;
use std::collections::HashMap;
use std::env::temp_dir;
Expand Down
2 changes: 1 addition & 1 deletion tests/utils/start.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use oramacore::{
},
embeddings::EmbeddingConfig,
web_server::HttpConfig,
ReadSideConfig, OramacoreConfig, WriteSideConfig,
OramacoreConfig, ReadSideConfig, WriteSideConfig,
};
use tempdir::TempDir;

Expand Down

0 comments on commit c32a411

Please sign in to comment.