Skip to content

Commit 8267c90

Browse files
committed
bspProtocol should be a static member of MessageRegistry
1 parent 38669b6 commit 8267c90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/BuildServerProtocol/Messages.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ private let notificationTypes: [NotificationType.Type] = [
3838
]
3939

4040
extension MessageRegistry {
41-
public var bspProtocol: MessageRegistry {
41+
public static var bspProtocol: MessageRegistry {
4242
MessageRegistry(requests: requestTypes, notifications: notificationTypes)
4343
}
4444
}

0 commit comments

Comments
 (0)