Skip to content

Commit

Permalink
Fix swiftlint
Browse files Browse the repository at this point in the history
  • Loading branch information
leits committed Mar 11, 2024
1 parent a43fd93 commit 59cfc49
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions MeetingBar/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
.showEventEndTime, .showMeetingServiceIcon,
.timeFormat, .bookmarks, .eventTitleFormat,
.personalEventsAppereance, .pastEventsAppereance,
.declinedEventsAppereance ], initial: false) {

.declinedEventsAppereance], initial: false
) {
DispatchQueue.main.async {
self.statusBarItem.updateTitle()
self.statusBarItem.updateMenu()
Expand Down Expand Up @@ -132,8 +132,8 @@ class AppDelegate: NSObject, NSApplicationDelegate, UNUserNotificationCenterDele
[.showEventsForPeriod, .customRegexes,
.declinedEventsAppereance, .showPendingEvents,
.showTentativeEvents,
.allDayEvents, .nonAllDayEvents], initial: false) {

.allDayEvents, .nonAllDayEvents], initial: false
) {
DispatchQueue.main.async {
self.statusBarItem.loadEvents()
}
Expand Down

0 comments on commit 59cfc49

Please sign in to comment.