swiftlint autocorrect

This commit is contained in:
haranicle 2017-10-02 23:16:37 +09:00
parent 338efc533f
commit 54042e744b
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ class ContractingAnimationController: NSObject, UIViewControllerAnimatedTransiti
withDuration: transitionDuration(using: transitionContext),
delay: 0,
options: UIViewAnimationOptions(),
animations: {
animations: {
toVC.view.alpha = 1
contractingImageView.frame = Size.contractingAnimationToCellRect(toVC, toCell: toCell)
}) { _ in