Skip to content

Commit 1c8ccd7

Browse files
committed
Menus and Shortcuts: correct indentation (NFC)
1 parent 815e46e commit 1c8ccd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/SwiftWin32/Menus and Shortcuts/MenuBuilder.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public protocol MenuBuilder {
1616

1717
/// Gets the command for the specified selector and property list.
1818
func command(for action: @escaping (_: AnyObject?) -> Void,
19-
propertyList: Any?) -> Command?
19+
propertyList: Any?) -> Command?
2020

2121
// MARK - Inserting Child Menus
2222

@@ -57,7 +57,7 @@ public protocol MenuBuilder {
5757

5858
extension MenuBuilder {
5959
func command(for action: @escaping (_: AnyObject?) -> Void,
60-
propertyList: Any?) -> Command? {
60+
propertyList: Any?) -> Command? {
6161
return nil
6262
}
6363
}

0 commit comments

Comments
 (0)