Skip to content

Commit 7b70a50

Browse files
committed
chore: cargo fmt cleanup
1 parent c23a1ce commit 7b70a50

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/test_search.rs

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,10 +251,9 @@ fn test_unranked_search() {
251251
assert_eq!(result_err.unwrap_err(), SearchError::InvalidThreshold(-0.5));
252252
}
253253

254-
255254
/*
256255
MockDatabase is a wrapper around HashDb that implements the Database trait.
257-
It is used to test the Searcher with a database that returns None for get_string/get_features.
256+
It is used to test the Searcher with a database that returns None for get_string/get_features.
258257
*/
259258
struct MockDatabase {
260259
real_db: HashDb,
@@ -495,4 +494,4 @@ fn test_search_candidates_empty_query() {
495494
results.is_empty(),
496495
"Search with empty query features should return empty results"
497496
);
498-
}
497+
}

0 commit comments

Comments
 (0)