Skip to content

Commit 8d3dfa2

Browse files
committed
Formatting
1 parent 2eb1ef2 commit 8d3dfa2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/GRPCCore/Call/Server/ServerInterceptorPipelineOperation.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@
1515
*/
1616

1717
/// A `ServerInterceptorPipelineOperation` describes to which RPCs a server interceptor should be applied.
18-
///
18+
///
1919
/// You can configure a server interceptor to be applied to:
2020
/// - all RPCs and services;
2121
/// - requests directed only to specific services registered with your server; or
2222
/// - requests directed only to specific methods (of a specific service).
23-
///
23+
///
2424
/// - SeeAlso: ``ServerInterceptor`` for more information on server interceptors.
2525
public struct ServerInterceptorPipelineOperation: Sendable {
2626
/// The subject of a ``ServerInterceptorPipelineOperation``.

0 commit comments

Comments
 (0)