Browse Source

Spacing.

pull/92/head
Abhishek 4 years ago
parent
commit
46e0e8b248
  1. 4
      Clocker/AppDelegate.swift

4
Clocker/AppDelegate.swift

@ -49,8 +49,8 @@ open class AppDelegate: NSObject, NSApplicationDelegate {
// Required for migrating our model type to CoreModelKit
NSKeyedUnarchiver.setClass(CoreModelKit.TimezoneData.classForKeyedUnarchiver(), forClassName: "Clocker.TimezoneData")
// For users, still on the old timezones, only migrate timezonezes once setClass has been called
migrateOverridenTimezones()
// For users, still on the old timezones, only migrate timezonezes once setClass has been called
migrateOverridenTimezones()
AppDefaults.initialize()

Loading…
Cancel
Save