Skip to content

Commit 9475866

Browse files
committed
Formatting
1 parent def2ced commit 9475866

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/GRPCCore/Call/Server/RPCRouter.swift

+2-1
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)