Skip to content

Commit 837238a

Browse files
authored
Make ViewImageConfig Sendable (pointfreeco#850)
1 parent d0658d9 commit 837238a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SnapshotTesting/Common/View.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
#endif
1313

1414
#if os(iOS) || os(tvOS)
15-
public struct ViewImageConfig {
15+
public struct ViewImageConfig: Sendable {
1616
public enum Orientation {
1717
case landscape
1818
case portrait

0 commit comments

Comments
 (0)