Skip to content

Commit 4c51495

Browse files
committed
minor
1 parent 54b6f68 commit 4c51495

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crates/iceberg/src/transaction/validate.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ pub(crate) trait SnapshotValidator {
193193
}
194194

195195
// Get starting seq num from starting snapshot if available
196-
197196
let starting_sequence_number = if let Some(from_snapshot_id) = from_snapshot_id {
198197
match base.metadata().snapshots.get(&from_snapshot_id) {
199198
Some(snapshot) => snapshot.sequence_number(),

0 commit comments

Comments
 (0)