mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Fix lint issues.
This commit is contained in:
@@ -53,12 +53,11 @@ private extension AdvancedPreferencesViewController {
|
||||
func updateUI() {
|
||||
if wantsTestBuilds {
|
||||
testBuildsButton.state = .on
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
releaseBuildsButton.state = .on
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
func currentAppcastURL() -> String {
|
||||
return UserDefaults.standard.string(forKey: appcastDefaultsKey) ?? ""
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user