Skip to content

Commit f62af2d

Browse files
authored
Missed one
1 parent 4163848 commit f62af2d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Darwin/Foundation-swiftoverlay/UUID.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,7 @@ public struct UUID : ReferenceConvertible, Hashable, Equatable, CustomStringConv
9393
// MARK: - Bridging Support
9494

9595
fileprivate var reference: NSUUID {
96-
var bytes = uuid
97-
return withUnsafePointer(to: &bytes) {
96+
return withUnsafePointer(to: uuid) {
9897
$0.withMemoryRebound(to: UInt8.self, capacity: 16) {
9998
return NSUUID(uuidBytes: $0)
10099
}

0 commit comments

Comments
 (0)