Skip to content

Commit 174da05

Browse files
committed
Manual lint
1 parent acc32a0 commit 174da05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ComposableArchitecturePattern/Server.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public protocol Server: Actor {
3939
init(
4040
environments: [ServerEnvironment],
4141
currentEnvironment: ServerEnvironment?,
42-
additionalHTTPHeaders: [String : String]?,
42+
additionalHTTPHeaders: [String: String]?,
4343
supportedAPIs: [any ServerAPI],
4444
logActivity: LogActivity
4545
)

0 commit comments

Comments
 (0)