We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acc32a0 commit 174da05Copy full SHA for 174da05
Sources/ComposableArchitecturePattern/Server.swift
@@ -39,7 +39,7 @@ public protocol Server: Actor {
39
init(
40
environments: [ServerEnvironment],
41
currentEnvironment: ServerEnvironment?,
42
- additionalHTTPHeaders: [String : String]?,
+ additionalHTTPHeaders: [String: String]?,
43
supportedAPIs: [any ServerAPI],
44
logActivity: LogActivity
45
)
0 commit comments