From 3206da58250539aefd1fd608a709a8330a5795d7 Mon Sep 17 00:00:00 2001 From: Michal Smaga Date: Tue, 10 Dec 2024 10:26:16 +0100 Subject: [PATCH] Fix whitespace --- DuckDuckGo/Common/Localizables/UserText+NetworkProtection.swift | 2 -- 1 file changed, 2 deletions(-) diff --git a/DuckDuckGo/Common/Localizables/UserText+NetworkProtection.swift b/DuckDuckGo/Common/Localizables/UserText+NetworkProtection.swift index cf01e6cad0..6f2234b65d 100644 --- a/DuckDuckGo/Common/Localizables/UserText+NetworkProtection.swift +++ b/DuckDuckGo/Common/Localizables/UserText+NetworkProtection.swift @@ -273,6 +273,4 @@ extension UserText { static let uninstallVPNAlertTitle = NSLocalizedString("vpn.uninstall.alert.title", value: "Are you sure you want to uninstall the VPN?", comment: "Alert title when the user selects to uninstall our VPN") static let uninstallVPNInformativeText = NSLocalizedString("vpn.uninstall.alert.informative.text", value: "Uninstalling the DuckDuckGo VPN will disconnect the VPN and remove it from your device.", comment: "Informative text for the alert that comes up when the user decides to uninstall our VPN") - - }