Skip to content

Commit 303d349

Browse files
authored
Add sendable conformance to identifier (#186)
1 parent 2b8cf3e commit 303d349

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/FluidStack/ViewController/FluidStackController.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -980,7 +980,7 @@ extension FluidStackController {
980980
}
981981

982982
/// A wrapper object that stores an string value that identifies a instance of ``FluidStackController``.
983-
public struct Identifier: Hashable {
983+
public struct Identifier: Hashable, Sendable {
984984

985985
public let rawValue: String
986986

0 commit comments

Comments
 (0)