Skip to content

Commit 4833605

Browse files
committed
Use the more general type here
1 parent f73398d commit 4833605

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Conformance/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func buildResponse(serializedData: Data) -> Conformance_ConformanceResponse {
8585
}
8686

8787
let msgType: SwiftProtobuf.Message.Type
88-
let extensions: SwiftProtobuf.SimpleExtensionMap
88+
let extensions: SwiftProtobuf.ExtensionMap
8989
switch request.messageType {
9090
case "":
9191
// Note: This case is here to cover using a old version of the conformance test

0 commit comments

Comments
 (0)