mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-15 13:58:36 +02:00
fmt
This commit is contained in:
parent
fce132a21b
commit
36b897858a
1 changed files with 3 additions and 2 deletions
|
@ -1,7 +1,8 @@
|
|||
use crate::search::insert_geo_distance;
|
||||
use meilisearch_types::Document;
|
||||
use serde_json::json;
|
||||
|
||||
use crate::search::insert_geo_distance;
|
||||
|
||||
#[test]
|
||||
fn test_insert_geo_distance() {
|
||||
let value: Document = serde_json::from_str(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue