From 837238a091f56d935469d4fdadc23fef9bb7e2d1 Mon Sep 17 00:00:00 2001 From: Michael Pohl <15653162+Mika5652@users.noreply.github.com> Date: Sun, 28 Apr 2024 15:43:09 +0200 Subject: [PATCH] Make ViewImageConfig Sendable (#850) --- 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 111f6af2..75315374 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