Skip to content

Commit 7702c00

Browse files
Removed space
1 parent 2ada182 commit 7702c00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSURLSession/EasyHandle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ extension _EasyHandle {
168168
try! CFURLSession_easy_setopt_long(rawHandle, CFURLSessionOptionREDIR_PROTOCOLS, protocols).asError()
169169
//TODO: Added in libcurl 7.45.0
170170
//TODO: Set default protocol for schemeless URLs
171-
//CURLOPT_ DEFAULT_PROTOCOL available only in libcurl 7.45.0
171+
//CURLOPT_DEFAULT_PROTOCOL available only in libcurl 7.45.0
172172
}
173173

174174
//TODO: Proxy setting, namely CFURLSessionOptionPROXY, CFURLSessionOptionPROXYPORT,

0 commit comments

Comments
 (0)