Commit 68a59a0 1 parent c959ce2 commit 68a59a0 Copy full SHA for 68a59a0
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ struct _NSCursorMirror : _MirrorType {
30
30
_preconditionFailure ( " _MirrorType access out of bounds " )
31
31
}
32
32
33
- var summary : String { return " " }
33
+ var summary : String { return " " }
34
34
35
35
var quickLookObject : PlaygroundQuickLook ? {
36
36
return . Some( . Image( _value. image) )
@@ -50,7 +50,7 @@ struct _NSViewMirror : _MirrorType {
50
50
51
51
var _v : NSView
52
52
53
- init ( _ v : NSView ) { _v = v}
53
+ init ( _ v : NSView ) { _v = v }
54
54
55
55
var value : Any { get { return _v } }
56
56
@@ -64,7 +64,7 @@ struct _NSViewMirror : _MirrorType {
64
64
_preconditionFailure ( " _MirrorType access out of bounds " )
65
65
}
66
66
67
- var summary : String { get { return " " } }
67
+ var summary : String { get { return " " } }
68
68
69
69
var quickLookObject : PlaygroundQuickLook ? { get {
70
70
// adapted from the Xcode QuickLooks implementation
You can’t perform that action at this time.
0 commit comments