diff --git a/Sources/GRPCOTelTracingInterceptors/Tracing/ServerOTelTracingInterceptor.swift b/Sources/GRPCOTelTracingInterceptors/Tracing/ServerOTelTracingInterceptor.swift
index b3e1aa3..947ccb4 100644
--- a/Sources/GRPCOTelTracingInterceptors/Tracing/ServerOTelTracingInterceptor.swift
+++ b/Sources/GRPCOTelTracingInterceptors/Tracing/ServerOTelTracingInterceptor.swift
@@ -102,7 +102,8 @@ public struct ServerOTelTracingInterceptor: ServerInterceptor {
public func intercept(
request: StreamingServerRequest,
context: ServerContext,
- next: @Sendable (StreamingServerRequest, ServerContext) async throws ->
+ next:
+ @Sendable (StreamingServerRequest, ServerContext) async throws ->
StreamingServerResponse