We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fe920d commit 1e977b3Copy full SHA for 1e977b3
1 file changed
Sources/Task.swift
@@ -47,7 +47,7 @@ public struct Task {
47
}
48
49
private extension String {
50
- static let whitespaceRegularExpression = try! NSRegularExpression(pattern: "\\s")
+ private static let whitespaceRegularExpression = try! NSRegularExpression(pattern: "\\s")
51
52
var escaped: String {
53
return String.whitespaceRegularExpression.stringByReplacingMatches(
0 commit comments