Skip to content

Commit 4c29bcf

Browse files
committed
Accidentally exposed a setter
1 parent b6fdafd commit 4c29bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Testing/Attachments/Images/AttachableImageFormat.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public struct AttachableImageFormat: Sendable {
6969
/// @Metadata {
7070
/// @Available(Swift, introduced: 6.3)
7171
/// }
72-
public var encodingQuality: Float = 1.0
72+
public private(set) var encodingQuality: Float = 1.0
7373

7474
package init(kind: Kind, encodingQuality: Float) {
7575
self.kind = kind

0 commit comments

Comments
 (0)