Skip to content

Commit

Permalink
Removed unnecesary endif
Browse files Browse the repository at this point in the history
  • Loading branch information
afterxleep committed Mar 10, 2024
1 parent 7f90cb1 commit 501b9f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion DuckDuckGo/SettingsViewModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,6 @@ extension SettingsViewModel {
canPurchase: canPurchase,
hasActiveSubscription: hasActiveSubscription)
}
#endif

private func getSyncState() -> SettingsState.SyncSettings {
SettingsState.SyncSettings(enabled: legacyViewProvider.syncService.featureFlags.contains(.userInterface),
Expand Down

0 comments on commit 501b9f2

Please sign in to comment.