Skip to content

Commit 1c80cc7

Browse files
committed
newline
1 parent 0959dd3 commit 1c80cc7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Source/NSCharacterSet.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ extension NSCharacterSet {
2828
class var allowedURLCharacterSet: NSCharacterSet {
2929
return NSCharacterSet(charactersInString: "!*'();:@&=+$,/?%#[]\" {}").invertedSet
3030
}
31-
}
31+
}

Source/String.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ extension String {
2828
func urlEncode() -> String? {
2929
return self.stringByAddingPercentEncodingWithAllowedCharacters(NSCharacterSet.allowedURLCharacterSet)
3030
}
31-
}
31+
}

0 commit comments

Comments
 (0)