Skip to content

Commit

Permalink
Make ViewImageConfig Sendable (#850)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mika5652 committed Apr 28, 2024
1 parent d0658d9 commit 837238a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/SnapshotTesting/Common/View.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#endif

#if os(iOS) || os(tvOS)
public struct ViewImageConfig {
public struct ViewImageConfig: Sendable {
public enum Orientation {
case landscape
case portrait
Expand Down

0 comments on commit 837238a

Please sign in to comment.