Skip to content

Commit e8cfd8b

Browse files
committed
swift format
1 parent 5df07d8 commit e8cfd8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MockServer/MockHTTPServer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ struct HttpServer {
103103

104104
group.addTask {
105105
await self.handleConnection(channel: connectionChannel, maxInvocations: self.maxInvocations)
106-
logger.trace("Done handling connection") //, metadata: ["connectionNumber": "\(counter)"])
106+
logger.trace("Done handling connection")
107107
}
108108

109109
// This mock server only accepts one connection

0 commit comments

Comments
 (0)