Fix rustfmt

This commit is contained in:
Clémentine Urquizar 2021-07-29 18:32:09 +02:00
parent bf76d4a43c
commit 1b5d918cb9
No known key found for this signature in database
GPG Key ID: D8E7CC7422E77E1A
1 changed files with 1 additions and 2 deletions

View File

@ -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(())