Skip to content

Commit 31a4107

Browse files
committed
fix warning
1 parent c325706 commit 31a4107

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftIO/SwiftRegex.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ public class SwiftRegex: NSObject, BooleanType {
138138
return out
139139
}
140140

141-
func substituteMatches(substitution: (NSTextCheckingResult, UnsafeMutablePointer<ObjCBool>) -> String,
141+
func substituteMatches(substitution: ((NSTextCheckingResult, UnsafeMutablePointer<ObjCBool>) -> String),
142142
options:NSMatchingOptions = nil) -> String {
143143
let out = NSMutableString()
144144
var pos = 0

0 commit comments

Comments
 (0)