cargo fmt

This commit is contained in:
Loïc Lecrenier 2022-10-12 12:35:44 +02:00
parent f198b20c42
commit 206a3e00e5
2 changed files with 2 additions and 3 deletions

View file

@ -495,7 +495,7 @@ macro_rules! full_snap_of_db {
($index:ident, field_id_docid_facet_strings) => {{
$crate::snapshot_tests::snap_field_id_docid_facet_strings(&$index)
}};
($index:ident, facet_id_exists_docids) => {{
($index:ident, facet_id_exists_docids) => {{
$crate::snapshot_tests::snap_facet_id_exists_docids(&$index)
}};
($index:ident, documents_ids) => {{