diff --git a/Sources/NIOConcurrencyHelpers/atomics.swift b/Sources/NIOConcurrencyHelpers/atomics.swift index 9819a3a56e..afc8e25c8d 100644 --- a/Sources/NIOConcurrencyHelpers/atomics.swift +++ b/Sources/NIOConcurrencyHelpers/atomics.swift @@ -166,7 +166,7 @@ public struct UnsafeEmbeddedAtomic { } @available(*, deprecated) -extension UnsafeEmbeddedAtomic: @unchecked Sendable where T: Sendable { } +extension UnsafeEmbeddedAtomic: @unchecked Sendable where T: Sendable {} /// An encapsulation of an atomic primitive object. ///