Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
arkpar committed Oct 18, 2023
1 parent 3b03f7f commit 11ec8be
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions fuzz/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,11 +332,10 @@ pub trait DbSimulator {
);
}
},
Action::IterValues => {
Action::IterValues =>
if db.iter.is_none() {
db.db.iter_column_while(0, |_| true).unwrap();
}
},
},
}
retry_operation(|| Self::check_db_and_model_are_equals(&db.db, &layers)).unwrap();
}
Expand Down

0 comments on commit 11ec8be

Please sign in to comment.