Skip to content

Commit 2c7b0b2

Browse files
committed
Merge pull request #187 from azimin/patch-1
Fix whitespaces
2 parents 5904046 + 459c584 commit 2c7b0b2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: test/APINotes/blocks.swift

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ import UIKit
77

88
class MyView: UIView {
99
func foo() {
10-
UIView.animateWithDuration( 1, delay: 1, options: UIViewAnimationOptions.LayoutSubviews,
11-
animations:{print("animating")},
12-
completion: {(finished:Bool)->Void in print("here we are")});
13-
UIView.animateWithDuration( 1, delay: 1, options: UIViewAnimationOptions.LayoutSubviews,
14-
animations:{print("animating")},
10+
UIView.animateWithDuration(1, delay: 1, options: UIViewAnimationOptions.LayoutSubviews,
11+
animations: { print("animating") },
12+
completion: { (finished: Bool) -> Void in print("here we are") });
13+
UIView.animateWithDuration(1, delay: 1, options: UIViewAnimationOptions.LayoutSubviews,
14+
animations: { print("animating") },
1515
completion: nil);
1616
}
1717
}

0 commit comments

Comments
 (0)