aboutsummaryrefslogtreecommitdiff
path: root/Map/Presentation/Preferences
diff options
context:
space:
mode:
Diffstat (limited to 'Map/Presentation/Preferences')
-rw-r--r--Map/Presentation/Preferences/GeneralPreferencesView.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/Map/Presentation/Preferences/GeneralPreferencesView.swift b/Map/Presentation/Preferences/GeneralPreferencesView.swift
index 31e54c2..406bee2 100644
--- a/Map/Presentation/Preferences/GeneralPreferencesView.swift
+++ b/Map/Presentation/Preferences/GeneralPreferencesView.swift
@@ -174,7 +174,7 @@ struct GeneralPreferencesView: View {
private func handleExportResult(_ result: Result<URL, Error>) {
switch result {
- case .success(_):
+ case .success:
// Export successful
if exportShouldReset {
// Reset preferences if this was an export-and-reset operation