From 851402ee19b24490098f6e03c6d5e2cdabf5fa2a Mon Sep 17 00:00:00 2001 From: Abhishek Date: Sun, 27 Sep 2020 12:20:11 -0500 Subject: [PATCH] Indentation. --- Clocker/Overall App/DataStore.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Clocker/Overall App/DataStore.swift b/Clocker/Overall App/DataStore.swift index f0cb5db..3e18a7c 100644 --- a/Clocker/Overall App/DataStore.swift +++ b/Clocker/Overall App/DataStore.swift @@ -137,7 +137,7 @@ class DataStore: NSObject { case .dayInMenubar: return shouldDisplayHelper(CLShowDayInMenu) case .appDisplayOptions: - return shouldDisplayHelper(CLAppDisplayOptions) + return shouldDisplayHelper(CLAppDisplayOptions) case .menubarCompactMode: guard let value = retrieve(key: CLMenubarCompactMode) as? Int else { return false