Skip to content

Commit 082cfeb

Browse files
committed
formatting
1 parent 912b5fe commit 082cfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AsyncHTTPClient/HTTPClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,6 @@ public class HTTPClient {
208208
case .prefers(let preferred):
209209
return self.execute(request: request, delegate: delegate, eventLoop: preferred, deadline: deadline)
210210
}
211-
212211
}
213212

214213
private func execute<T: HTTPClientResponseDelegate>(request: Request, delegate: T, eventLoop: EventLoop, deadline: NIODeadline? = nil) -> Task<T.Response> {
@@ -351,6 +350,7 @@ public class HTTPClient {
351350
/// Library will try to use provided event loop if possible.
352351
case prefers(EventLoop)
353352
}
353+
354354
var preferrence: Preferrence
355355

356356
/// Event Loop will be selected by the library.

0 commit comments

Comments
 (0)