Skip to content

Commit

Permalink
Merge branch 'main' into ci
Browse files Browse the repository at this point in the history
  • Loading branch information
aromanov91 authored Nov 11, 2024
2 parents f19bbfb + 1cfdc31 commit 35ec19d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/OversizeRouter/Protocols/Alertable.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import Foundation

public protocol Alertable: Equatable, Hashable, Identifiable {}
public protocol Alertable: Equatable, Hashable, Identifiable, Sendable {}

public extension Alertable {
static func == (lhs: Self, rhs: Self) -> Bool {
Expand Down

0 comments on commit 35ec19d

Please sign in to comment.