Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit a72d426

Browse files
zzzwormamirdew
andauthored
Update Lib/CollectionViewPagingLayout.swift
Co-authored-by: Amir Khorsandi <khorsandi@me.com>
1 parent da21804 commit a72d426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/CollectionViewPagingLayout.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class CollectionViewPagingLayout: UICollectionViewLayout {
4343
}
4444

4545
private var numberOfItems: Int {
46-
var count = 0;
46+
var count = 0
4747
if let sectionCount = collectionView?.numberOfSections {
4848
for i in (0 ..< sectionCount) {
4949
count += collectionView?.numberOfItems(inSection: i) ?? 0

0 commit comments

Comments
 (0)