Skip to content

Commit d88dc7c

Browse files
committed
Fix spacing in URLSessionProxy
1 parent f8748d7 commit d88dc7c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/Pulse/NetworkLogger/URLSessionProxy.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ public enum Experimental {
1010
public extension Experimental {
1111
/// WARNING: Experimental.
1212
final class URLSessionProxy {
13-
#if compiler(>=6.0)
13+
#if compiler(>=6.0)
1414
public nonisolated(unsafe) static let shared = URLSessionProxy()
15-
#else
15+
#else
1616
public static let shared = URLSessionProxy()
17-
#endif
17+
#endif
1818

1919
private init() {
2020
session = URLSession(configuration: .default, delegate: URLSessionProxyDelegate(logger: logger, delegate: CustomProtocolSessionDelegate.shared), delegateQueue: CustomProtocolSessionDelegate.shared.queue)

0 commit comments

Comments
 (0)