From 90159e1bb07bee63903d7a3a13ad37e6b2f695c8 Mon Sep 17 00:00:00 2001 From: Michael Pohl <15653162+Mika5652@users.noreply.github.com> Date: Sun, 28 Apr 2024 14:08:56 +0200 Subject: [PATCH] Make ViewImageConfig Sendable --- Sources/SnapshotTesting/Common/View.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SnapshotTesting/Common/View.swift b/Sources/SnapshotTesting/Common/View.swift index 111f6af29..753153749 100644 --- a/Sources/SnapshotTesting/Common/View.swift +++ b/Sources/SnapshotTesting/Common/View.swift @@ -12,7 +12,7 @@ #endif #if os(iOS) || os(tvOS) - public struct ViewImageConfig { + public struct ViewImageConfig: Sendable { public enum Orientation { case landscape case portrait