We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815e46e commit 1c8ccd7Copy full SHA for 1c8ccd7
Sources/SwiftWin32/Menus and Shortcuts/MenuBuilder.swift
@@ -16,7 +16,7 @@ public protocol MenuBuilder {
16
17
/// Gets the command for the specified selector and property list.
18
func command(for action: @escaping (_: AnyObject?) -> Void,
19
- propertyList: Any?) -> Command?
+ propertyList: Any?) -> Command?
20
21
// MARK - Inserting Child Menus
22
@@ -57,7 +57,7 @@ public protocol MenuBuilder {
57
58
extension MenuBuilder {
59
60
- propertyList: Any?) -> Command? {
+ propertyList: Any?) -> Command? {
61
return nil
62
}
63
0 commit comments