mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-01 08:26:27 +00:00 
			
		
		
		
	Fix fmt
This commit is contained in:
		| @@ -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) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user