Skip to content

Commit ee2ea0a

Browse files
committed
Formatting
1 parent c8f4e05 commit ee2ea0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/GRPCCore/Call/Server/RPCRouter.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,8 @@ public struct RPCRouter: Sendable {
8282
}
8383

8484
@usableFromInline
85-
private(set) var handlers: [MethodDescriptor: (handler: RPCHandler, interceptors: [any ServerInterceptor])]
85+
private(set) var handlers:
86+
[MethodDescriptor: (handler: RPCHandler, interceptors: [any ServerInterceptor])]
8687

8788
/// Creates a new router with no methods registered.
8889
public init() {

0 commit comments

Comments
 (0)