Skip to content

Commit 459c584

Browse files
committed
Fix whitespaces
1 parent f298805 commit 459c584

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

test/APINotes/blocks.swift

Lines changed: 5 additions & 5 deletions
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)