mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +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)?;
 | 
			
		||||
                self.updates
 | 
			
		||||
                    .put(wtxn, &(index_uuid, update.id()), update)?;
 | 
			
		||||
                self.updates.put(wtxn, &(index_uuid, update.id()), update)?;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
        Ok(())
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user