Skip to content

Commit d0025df

Browse files
Formatting
1 parent 5268318 commit d0025df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tests/OpenAPIURLSessionTests/NIOAsyncHTTP1TestServer.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ import NIOHTTP1
1919

2020
final class AsyncTestHTTP1Server {
2121

22-
typealias ConnectionHandler = @Sendable (NIOAsyncChannel<HTTPServerRequestPart, HTTPServerByteBufferResponsePart>)
23-
async throws -> Void
22+
typealias ConnectionHandler =
23+
@Sendable (NIOAsyncChannel<HTTPServerRequestPart, HTTPServerByteBufferResponsePart>) async throws -> Void
2424

2525
/// Use `start(host:port:connectionHandler:)` instead.
2626
private init() {}

0 commit comments

Comments
 (0)