Fix rustfmt
This commit is contained in:
parent
bf76d4a43c
commit
1b5d918cb9
|
@ -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(())
|
||||
|
|
Loading…
Reference in New Issue