Skip to content

Commit b84d8a1

Browse files
committed
Format
1 parent afa1016 commit b84d8a1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/GRPC/Server.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ public final class Server: @unchecked Sendable {
136136
}
137137

138138
if #available(macOS 10.14, iOS 12.0, watchOS 6.0, tvOS 12.0, *),
139-
let configurator = configuration.childChannelNWParametersConfigurator,
140-
let transportServicesBootstrap = bootstrap as? NIOTSListenerBootstrap
139+
let configurator = configuration.childChannelNWParametersConfigurator,
140+
let transportServicesBootstrap = bootstrap as? NIOTSListenerBootstrap
141141
{
142142
_ = transportServicesBootstrap.configureChildNWParameters(configurator)
143143
}

Tests/GRPCTests/ServerTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
* limitations under the License.
1515
*/
1616

17+
import EchoImplementation
18+
import EchoModel
1719
import GRPC
1820
import NIOConcurrencyHelpers
1921
import NIOTransportServices
2022
import XCTest
21-
import EchoModel
22-
import EchoImplementation
2323

2424
#if canImport(Network)
2525
import Network

0 commit comments

Comments
 (0)