Skip to content

Commit 6cc6593

Browse files
committed
swiftlint
1 parent d208926 commit 6cc6593

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Sources/SmithySwiftNIO/SwiftNIOHTTPClient.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
//
77

88
import AsyncHTTPClient
9+
import ClientRuntime
910
import NIOCore
1011
import NIOHTTP1
1112
import NIOPosix
1213
import NIOSSL
1314
import Smithy
1415
import SmithyHTTPAPI
1516
import SmithyStreams
16-
import ClientRuntime
1717
import struct Foundation.Date
1818
import struct Foundation.URLComponents
1919
import struct Foundation.URLQueryItem

Sources/SmithySwiftNIO/SwiftNIOHTTPClientConfiguration+HTTPClientConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77

88
import AsyncHTTPClient
9-
import NIOCore
109
import ClientRuntime
10+
import NIOCore
1111

1212
extension HTTPClient.Configuration {
1313

Sources/SmithySwiftNIO/SwiftNIOHTTPClientTLSOptions.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
// SPDX-License-Identifier: Apache-2.0
66
//
77

8+
import ClientRuntime
89
import Foundation
910
import NIOSSL
10-
import ClientRuntime
1111

1212
public struct SwiftNIOHTTPClientTLSOptions: ClientRuntime.TLSConfiguration, Sendable {
1313

0 commit comments

Comments
 (0)