Skip to content

Commit

Permalink
- add ‘escaping’ directive to conform with Swift 3 spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
fullc0de committed Feb 3, 2017
1 parent 8749e72 commit b6e3ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TagWriteViewTest/TagWriteView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ public class TagWriteView : UIView
setScrollOffsetToMakeInputViewVisible()
}

fileprivate func removeTagView(at index: Int, animated: Bool, completion: ((_ finished: Bool) -> Void)) {
fileprivate func removeTagView(at index: Int, animated: Bool, completion: @escaping ((_ finished: Bool) -> Void)) {
if index >= tagViews.count {
return
}
Expand Down

0 comments on commit b6e3ad7

Please sign in to comment.