mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Tweaks from code review
Co-authored-by: Dustin J. Mitchell <dustin@v.igoro.us>
This commit is contained in:
parent
86deed3197
commit
477bf9e328
2 changed files with 3 additions and 3 deletions
|
@ -288,7 +288,7 @@ impl<'t> StorageTxn for Txn<'t> {
|
|||
|
||||
let rows: Vec<Result<(usize, Uuid), _>> = rows.collect();
|
||||
let mut res = Vec::with_capacity(rows.len());
|
||||
for _ in 0..self.get_next_working_set_number().context("HUh")? {
|
||||
for _ in 0..self.get_next_working_set_number().context("Getting working set number")? {
|
||||
res.push(None);
|
||||
}
|
||||
for r in rows {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue