Skip to content

Commit 0a90ba3

Browse files
committed
Format
1 parent 2bc8c74 commit 0a90ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/indexes.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1694,7 +1694,7 @@ impl<Http: HttpClient> Index<Http> {
16941694
/// # tokio::runtime::Builder::new_current_thread().enable_all().build().unwrap().block_on(async {
16951695
/// # let client = Client::new(MEILISEARCH_URL, Some(MEILISEARCH_API_KEY)).unwrap();
16961696
/// # let movies = client.index("similar_query");
1697-
/// #
1697+
/// #
16981698
/// let query = SimilarQuery::new(&movies, "1", "default").build();
16991699
/// let results = movies.similar_query::<Movie>(&query).await.unwrap();
17001700
///

0 commit comments

Comments
 (0)