Skip to content

Commit ad9ca50

Browse files
committed
Format
1 parent c739901 commit ad9ca50

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Sources/AsyncHTTPClient/HTTPHandler.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//===----------------------------------------------------------------------===//
1414

1515
import Algorithms
16+
import Foundation
1617
import Logging
1718
import NIOConcurrencyHelpers
1819
import NIOCore
@@ -21,8 +22,6 @@ import NIOPosix
2122
import NIOSSL
2223
import Tracing
2324

24-
import Foundation
25-
2625
extension HTTPClient {
2726
/// A request body.
2827
public struct Body: Sendable {

0 commit comments

Comments
 (0)