mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 11:57:07 +02:00
Fix fmt
This commit is contained in:
parent
abebc574f6
commit
d4063c9dcd
1 changed files with 1 additions and 2 deletions
|
@ -452,8 +452,7 @@ impl Index {
|
|||
|
||||
/// Returns the stats of the documents database.
|
||||
pub fn documents_stats(&self, rtxn: &RoTxn<'_>) -> heed::Result<Option<DatabaseStats>> {
|
||||
self
|
||||
.main
|
||||
self.main
|
||||
.remap_types::<Str, SerdeJson<DatabaseStats>>()
|
||||
.get(rtxn, main_key::DOCUMENTS_STATS)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue