Remove an redundant line-terminator.

This commit is contained in:
WenchaoD 2018-09-12 11:11:44 +08:00
parent 20f43bc831
commit fd70d6b91e
1 changed files with 1 additions and 1 deletions

View File

@ -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?) {