feat: Conforming types to Sendable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct BudgetedPercentEnvelope: Equatable {
|
||||
public struct BudgetedPercentEnvelope: Equatable, Sendable {
|
||||
|
||||
public var coilBudget: Percentage
|
||||
public var filterBudget: Percentage
|
||||
|
||||
Reference in New Issue
Block a user