Skip to content

Commit d449add

Browse files
committed
Fix indention in line 304
1 parent ae1d240 commit d449add

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Sources/Diff+UIKit.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ public extension UITableView {
301301
) {
302302

303303
let update = NestedBatchUpdate(diff: diff, indexPathTransform: indexPathTransform, sectionTransform: sectionTransform)
304-
305304
beginUpdates()
306305
deleteRows(at: update.itemDeletions, with: rowDeletionAnimation)
307306
insertRows(at: update.itemInsertions, with: rowInsertionAnimation)

0 commit comments

Comments
 (0)