Skip to content

Commit 83347b3

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/MullvadVPN/TunnelManager/TunnelManager.swift

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

311311
operationQueue.addOperation(operation)
312312
}
313-
313+
314314
func setNewAccount() async throws -> StoredAccountData {
315315
try await setAccount(action: .new)!
316316
}

ios/MullvadVPN/View controllers/RedeemVoucher/RedeemVoucherViewController.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ class RedeemVoucherViewController: UIViewController, UINavigationControllerDeleg
137137
contentView.isEditing = false
138138

139139
contentView.state = .logout
140-
140+
141141
Task {
142142
[weak self] in
143143
guard let self else { return }

0 commit comments

Comments
 (0)