Skip to content

Commit

Permalink
Format harder
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukasa committed Aug 8, 2024
1 parent 8688f52 commit 29f4c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NIOConcurrencyHelpers/atomics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ public struct UnsafeEmbeddedAtomic<T: AtomicPrimitive> {
}

@available(*, deprecated)
extension UnsafeEmbeddedAtomic: @unchecked Sendable where T: Sendable { }
extension UnsafeEmbeddedAtomic: @unchecked Sendable where T: Sendable {}

/// An encapsulation of an atomic primitive object.
///
Expand Down

0 comments on commit 29f4c30

Please sign in to comment.