Skip to content

Commit 54a1e83

Browse files
committed
Add missing Sendability conformance
1 parent e3c41e2 commit 54a1e83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Middleware/MiddlewareBuilder.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
/// }
2222
/// ```
2323
@resultBuilder
24-
public struct MiddlewareChainBuilder {
24+
public struct MiddlewareChainBuilder: Sendable {
2525
/// Builds a middleware chain from a single middleware component.
2626
///
2727
/// This is the base case for the result builder pattern, handling a single middleware.

0 commit comments

Comments
 (0)