diff --git a/ios/SessionManager.swift b/ios/SessionManager.swift index a6e98b83f..efd3c72ef 100644 --- a/ios/SessionManager.swift +++ b/ios/SessionManager.swift @@ -9,7 +9,7 @@ public class SessionManager: NSObject { internal var sessions: [URL: Session] = [:] public func loadCertificates(forDomain domain: String? = nil) -> ServerTrustManager? { - guard let certsPath = Bundle.main.resourceURL?.appendingPathComponent("certs") { + guard let certsPath = Bundle.main.resourceURL?.appendingPathComponent("certs") else { return nil }