Skip to content

Commit a117586

Browse files
authored
Apply suggestions from code review
1 parent 4d5b201 commit a117586

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/GRPCInteropTests/InteroperabilityTestCases.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
internal import GRPCCore
18-
import SwiftProtobuf
18+
private import SwiftProtobuf
1919

2020
private import struct Foundation.Data
2121

Sources/GRPCInteropTests/TestService.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
private import Foundation
1818
public import GRPCCore
19-
import SwiftProtobuf
19+
private import SwiftProtobuf
2020

2121
public struct TestService: Grpc_Testing_TestService.ServiceProtocol {
2222
public init() {}

0 commit comments

Comments
 (0)