Skip to content

Commit cb423d6

Browse files
committed
Very minor change
1 parent 805a1f5 commit cb423d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Classes/GLCollectionTableViewCell.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ class GLIndexedCollectionViewFlowLayout: UICollectionViewFlowLayout {
7979
// (for whatever reason) and exit the loop since it is useless
8080
// to calculate an offsetCorrection for a non-existent
8181
// UICollectionView.
82-
guard let collectionView = collectionView else {
82+
guard let collectionView: UICollectionView = collectionView else {
8383
break
8484
}
8585

0 commit comments

Comments
 (0)