Remove an redundant line-terminator.
This commit is contained in:
parent
20f43bc831
commit
fd70d6b91e
|
|
@ -263,7 +263,7 @@ class FSPagerViewLayout: UICollectionViewLayout {
|
|||
let contentOffset = self.contentOffset(for: newIndexPath)
|
||||
let newBounds = CGRect(origin: contentOffset, size: collectionView.frame.size)
|
||||
collectionView.bounds = newBounds
|
||||
pagerView.currentIndex = currentIndex;
|
||||
pagerView.currentIndex = currentIndex
|
||||
}
|
||||
|
||||
fileprivate func applyTransform(to attributes: FSPagerViewLayoutAttributes, with transformer: FSPagerViewTransformer?) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue