Skip to content

Commit

Permalink
Merge pull request #2272 from NachoSoto/nacho/final-class
Browse files Browse the repository at this point in the history
Remove `@unchecked` Sendable
  • Loading branch information
onevcat authored Jul 14, 2024
2 parents 89c2f8f + ae5f8c6 commit 9fd9a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/General/KFOptionsSetter.swift
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ public protocol KFOptionSetter {

extension KF.Builder: KFOptionSetter { }

class KFDelegateObserver: @unchecked Sendable {
final class KFDelegateObserver: Sendable {
static let `default` = KFDelegateObserver()
}

Expand Down

0 comments on commit 9fd9a60

Please sign in to comment.