Skip to content

Commit e5942f6

Browse files
committed
Remove empty line in NSObject.swift
1 parent 8bcd59c commit e5942f6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Foundation/NSObject.swift

-1
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ public class NSObject : NSObjectProtocol {
105105

106106
public var description: String {
107107
get {
108-
109108
return "<\(self.dynamicType): \(unsafeAddressOf(self))>"
110109
}
111110
}

0 commit comments

Comments
 (0)