Browse Source

Spacing.

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

6
Clocker/AppDelegate.swift

@ -48,9 +48,9 @@ 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