Skip to content

Commit 3d44d03

Browse files
committed
Mark the unitpoint structure as sendable
1 parent 76d2740 commit 3d44d03

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Sources/HTMLKit/Abstraction/Types/UnitPoint.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
/// .center(UnitPoint(x: 50, y: 50))
1010
/// }
1111
/// ```
12-
public struct UnitPoint {
12+
public struct UnitPoint: Sendable {
1313

1414
/// An enumeration of potential point formats.
15-
public enum PointFormat {
15+
public enum PointFormat: Sendable {
1616

1717
/// Indicates an absolute value.
1818
case absolute

0 commit comments

Comments
 (0)