Skip to content
This repository has been archived by the owner on Nov 13, 2024. It is now read-only.

Commit

Permalink
Make SnapEdges sendable to remove complete concurrency warning in fil…
Browse files Browse the repository at this point in the history
…ters module (#166)
  • Loading branch information
Muhieddine-El-Kaissi authored Jul 19, 2024
1 parent 70e9f0d commit 265a9a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Thumbprint/Utilities/UIView+Layout.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public extension UIView {
An option set for we can use when calling our utility methods to easily snap several edges of a view against
another view, usually its superview.
*/
struct SnapEdges: OptionSet {
struct SnapEdges: OptionSet, Sendable {
public let rawValue: Int

public init(rawValue: Int) {
Expand Down

0 comments on commit 265a9a0

Please sign in to comment.