Skip to content

Commit 7362c52

Browse files
committed
[nfc] make it an nfc change
1 parent 5245711 commit 7362c52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/FoundationEssentials/Data/Data.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2203,6 +2203,7 @@ public struct Data : Equatable, Hashable, RandomAccessCollection, MutableCollect
22032203
return try _representation.withUnsafeBytes(body)
22042204
}
22052205

2206+
// should be @available(macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, *)
22062207
@available(macOS 10.14.4, iOS 12.2, watchOS 5.2, tvOS 12.2, visionOS 1.1, *)
22072208
@_alwaysEmitIntoClient
22082209
public var bytes: RawSpan {

0 commit comments

Comments
 (0)