Skip to content

Commit 5890353

Browse files
committed
Use setter rather than environment - lint
1 parent 9655700 commit 5890353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Foundation/NSURLSession/http/EasyHandle.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ extension _EasyHandle._CurlStringList {
635635
#if os(Android)
636636
extension URLSession {
637637

638-
public static func setCAInfoFile( _ _CAInfoFile: String ) {
638+
public static func setCAInfoFile(_ _CAInfoFile: String) {
639639
free(_EasyHandle._CAInfoFile)
640640
_CAInfoFile.withCString {
641641
_EasyHandle._CAInfoFile = strdup($0)

0 commit comments

Comments
 (0)