mirror of
https://github.com/yattee/yattee.git
synced 2025-10-18 13:28:12 +00:00
chore: address linter warnings
Signed-off-by: Toni Förster <toni.foerster@gmail.com>
This commit is contained in:
@@ -100,7 +100,7 @@ struct YatteeApp: App {
|
||||
.commands {
|
||||
SidebarCommands()
|
||||
|
||||
CommandGroup(replacing: .newItem, addition: {})
|
||||
CommandGroup(replacing: .newItem) {}
|
||||
|
||||
MenuCommands(model: Binding<MenuModel>(get: { MenuModel.shared }, set: { _ in }))
|
||||
}
|
||||
|
Reference in New Issue
Block a user