Skip to content

Commit c5f3f9f

Browse files
committed
Fixes issues for Xcode beta 3.
1 parent d79fec2 commit c5f3f9f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
github "ReactiveX/RxSwift" "b47ce13eaea5929bd18758eef8828d6c8ce2a02b"
1+
github "ReactiveX/RxSwift" "e79457dcd3cdcd5c9375084962062f63263865ab"

Sources/DataSources/Changeset.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ public struct Changeset<S: SectionModelType> {
6262

6363
public static func initialValue(_ sections: [S]) -> Changeset<S> {
6464
return Changeset<S>(
65-
insertedSections: Array(0 ..< sections.count) as [Int],
65+
reloadData: true,
6666
finalSections: sections,
67-
reloadData: true
67+
insertedSections: Array(0 ..< sections.count) as [Int]
6868
)
6969
}
7070
}

0 commit comments

Comments
 (0)