We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c60e19f + 68a59a0 commit 88de1eeCopy full SHA for 88de1ee
stdlib/public/SDK/AppKit/AppKit.swift
@@ -50,7 +50,7 @@ struct _NSViewMirror : _MirrorType {
50
51
var _v : NSView
52
53
- init(_ v : NSView) {_v = v}
+ init(_ v : NSView) { _v = v }
54
55
var value: Any { get { return _v } }
56
0 commit comments