Skip to content

Commit 0bdb40b

Browse files
Andrew Bulhakbuggmagnet
Andrew Bulhak
authored andcommitted
Whitespace fixes
1 parent f786eae commit 0bdb40b

File tree

4 files changed

+3
-5
lines changed

4 files changed

+3
-5
lines changed

ios/MullvadVPN/Coordinators/AccountCoordinator.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ final class AccountCoordinator: Coordinator, Presentable, Presenting {
141141
)
142142

143143
let alertPresenter = AlertPresenter(context: self)
144-
144+
145145
Task {
146146
await interactor.logout()
147147
DispatchQueue.main.asyncAfter(deadline: .now() + .seconds(1)) { [weak self] in

ios/MullvadVPN/TunnelManager/TunnelManager.swift

+1-2
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,6 @@ final class TunnelManager: StorePaymentObserver {
310310

311311
operationQueue.addOperation(operation)
312312
}
313-
314313

315314
func setNewAccount() async throws -> StoredAccountData {
316315
try await setAccount(action: .new)!
@@ -367,7 +366,7 @@ final class TunnelManager: StorePaymentObserver {
367366

368367
operationQueue.addOperation(operation)
369368
}
370-
369+
371370
private func setAccount(action: SetAccountAction) async throws -> StoredAccountData? {
372371
try await withCheckedThrowingContinuation { continuation in
373372
setAccount(action: action) { result in

ios/MullvadVPN/View controllers/Account/AccountInteractor.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ final class AccountInteractor {
5252
var deviceState: DeviceState {
5353
tunnelManager.deviceState
5454
}
55-
55+
5656
func logout() async {
5757
await tunnelManager.unsetAccount()
5858
}

ios/MullvadVPN/View controllers/Login/LoginViewController.swift

-1
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ class LoginViewController: UIViewController, RootContainment {
207207
} catch {
208208
self.endLogin(action: action, error: error)
209209
}
210-
211210
}
212211
}
213212

0 commit comments

Comments
 (0)