Skip to content

Commit 13e0140

Browse files
authored
Update Data.swift
1 parent c29d3f2 commit 13e0140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/Data.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ public struct Data : ReferenceConvertible, Equatable, Hashable, RandomAccessColl
670670
@usableFromInline
671671
@frozen
672672
internal struct InlineData {
673-
#if arch(x86_64) || arch(arm64) || arch(s390x) || arch(powerpc64) || arch(powerpc64le)
673+
#if arch(x86_64) || arch(arm64) || arch(s390x) || arch(powerpc64) || arch(powerpc64le)
674674
@usableFromInline typealias Buffer = (UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8, UInt8,
675675
UInt8, UInt8, UInt8, UInt8, UInt8, UInt8) //len //enum
676676
@usableFromInline var bytes: Buffer

0 commit comments

Comments
 (0)