Skip to content

Commit 68a59a0

Browse files
committed
Add whitespaces
1 parent c959ce2 commit 68a59a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

stdlib/public/SDK/AppKit/AppKit.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ struct _NSCursorMirror : _MirrorType {
3030
_preconditionFailure("_MirrorType access out of bounds")
3131
}
3232

33-
var summary: String { return ""}
33+
var summary: String { return "" }
3434

3535
var quickLookObject: PlaygroundQuickLook? {
3636
return .Some(.Image(_value.image))
@@ -50,7 +50,7 @@ struct _NSViewMirror : _MirrorType {
5050

5151
var _v : NSView
5252

53-
init(_ v : NSView) {_v = v}
53+
init(_ v : NSView) { _v = v }
5454

5555
var value: Any { get { return _v } }
5656

@@ -64,7 +64,7 @@ struct _NSViewMirror : _MirrorType {
6464
_preconditionFailure("_MirrorType access out of bounds")
6565
}
6666

67-
var summary: String { get { return ""} }
67+
var summary: String { get { return "" } }
6868

6969
var quickLookObject: PlaygroundQuickLook? { get {
7070
// adapted from the Xcode QuickLooks implementation

0 commit comments

Comments
 (0)