mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-31 16:06:31 +00:00 
			
		
		
		
	Fix rustfmt
This commit is contained in:
		| @@ -273,8 +273,7 @@ impl UpdateStore { | |||||||
|             } |             } | ||||||
|             _ => { |             _ => { | ||||||
|                 let _update_id = self.next_update_id_raw(wtxn, index_uuid)?; |                 let _update_id = self.next_update_id_raw(wtxn, index_uuid)?; | ||||||
|                 self.updates |                 self.updates.put(wtxn, &(index_uuid, update.id()), update)?; | ||||||
|                     .put(wtxn, &(index_uuid, update.id()), update)?; |  | ||||||
|             } |             } | ||||||
|         } |         } | ||||||
|         Ok(()) |         Ok(()) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user