We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805a1f5 commit cb423d6Copy full SHA for cb423d6
1 file changed
Classes/GLCollectionTableViewCell.swift
@@ -79,7 +79,7 @@ class GLIndexedCollectionViewFlowLayout: UICollectionViewFlowLayout {
79
// (for whatever reason) and exit the loop since it is useless
80
// to calculate an offsetCorrection for a non-existent
81
// UICollectionView.
82
- guard let collectionView = collectionView else {
+ guard let collectionView: UICollectionView = collectionView else {
83
break
84
}
85
0 commit comments