Skip to content

Commit c0e348d

Browse files
committed
fmt
1 parent 3886a0c commit c0e348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/iceberg/src/spec/snapshot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ impl SnapshotSummary {
281281
size
282282
);
283283
}
284-
284+
285285
/// Increments the counter for deleted duplicate files by one.
286286
pub fn increment_deleted_duplicate_files(&mut self) {
287287
self.deleted_duplicate_files = self.deleted_duplicate_files.saturating_add(1);

0 commit comments

Comments
 (0)