Browse Source

Merge pull request #2272 from NachoSoto/nacho/final-class

Remove `@unchecked` Sendable
Wei Wang 1 year ago
parent
commit
9fd9a609a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/General/KFOptionsSetter.swift

+ 1 - 1
Sources/General/KFOptionsSetter.swift

@@ -44,7 +44,7 @@ public protocol KFOptionSetter {
 
 extension KF.Builder: KFOptionSetter { }
 
-class KFDelegateObserver: @unchecked Sendable {
+final class KFDelegateObserver: Sendable {
     static let `default` = KFDelegateObserver()
 }