Skip to content

Commit d772c21

Browse files
authored
Make _PrintChangesReducer conditionally Sendable if Base is Sendable (#3759)
1 parent acd9bb8 commit d772c21

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Sources/ComposableArchitecture/Reducer/Reducers/DebugReducer.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,3 +128,5 @@ public struct _PrintChangesReducer<Base: Reducer>: Reducer {
128128
}
129129
#endif
130130
}
131+
132+
extension _PrintChangesReducer: Sendable where Base: Sendable {}

0 commit comments

Comments
 (0)