Skip to content

Commit a5d0b79

Browse files
kjisoofreak4pc
authored andcommitted
Minor indentation fix (#267)
1 parent 7af0dd3 commit a5d0b79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/RxDataSources/UI+SectionedViewType.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ extension UITableView : SectionedViewType {
5757
self.reloadSections(indexSet(sections), with: animationStyle)
5858
}
5959

60-
public func performBatchUpdates<S>(_ changes: Changeset<S>, animationConfiguration: AnimationConfiguration) {
60+
public func performBatchUpdates<S>(_ changes: Changeset<S>, animationConfiguration: AnimationConfiguration) {
6161
self.beginUpdates()
6262
_performBatchUpdates(self, changes: changes, animationConfiguration: animationConfiguration)
6363
self.endUpdates()
@@ -97,7 +97,7 @@ extension UICollectionView : SectionedViewType {
9797
self.reloadSections(indexSet(sections))
9898
}
9999

100-
public func performBatchUpdates<S>(_ changes: Changeset<S>, animationConfiguration: AnimationConfiguration) {
100+
public func performBatchUpdates<S>(_ changes: Changeset<S>, animationConfiguration: AnimationConfiguration) {
101101
self.performBatchUpdates({ () -> Void in
102102
_performBatchUpdates(self, changes: changes, animationConfiguration: animationConfiguration)
103103
}, completion: { (completed: Bool) -> Void in

0 commit comments

Comments
 (0)