From 4ee4251f53305e9fa4325f730fc638ef66fc8085 Mon Sep 17 00:00:00 2001 From: Andrew Bulhak Date: Fri, 2 Feb 2024 10:10:23 +0100 Subject: [PATCH] Whitespace fixes --- ios/MullvadVPN/TunnelManager/TunnelManager.swift | 2 +- .../RedeemVoucher/RedeemVoucherViewController.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/MullvadVPN/TunnelManager/TunnelManager.swift b/ios/MullvadVPN/TunnelManager/TunnelManager.swift index 34e9a603a34f..b0c55cdfad37 100644 --- a/ios/MullvadVPN/TunnelManager/TunnelManager.swift +++ b/ios/MullvadVPN/TunnelManager/TunnelManager.swift @@ -310,7 +310,7 @@ final class TunnelManager: StorePaymentObserver { operationQueue.addOperation(operation) } - + func setNewAccount() async throws -> StoredAccountData { try await setAccount(action: .new)! } diff --git a/ios/MullvadVPN/View controllers/RedeemVoucher/RedeemVoucherViewController.swift b/ios/MullvadVPN/View controllers/RedeemVoucher/RedeemVoucherViewController.swift index 805aaa0adddb..d88cc1e4cad4 100644 --- a/ios/MullvadVPN/View controllers/RedeemVoucher/RedeemVoucherViewController.swift +++ b/ios/MullvadVPN/View controllers/RedeemVoucher/RedeemVoucherViewController.swift @@ -137,7 +137,7 @@ class RedeemVoucherViewController: UIViewController, UINavigationControllerDeleg contentView.isEditing = false contentView.state = .logout - + Task { [weak self] in guard let self else { return }