Skip to content

Commit

Permalink
Whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Bulhak authored and buggmagnet committed Feb 6, 2024
1 parent 0bdb40b commit 83347b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ios/MullvadVPN/TunnelManager/TunnelManager.swift
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ final class TunnelManager: StorePaymentObserver {

operationQueue.addOperation(operation)
}

func setNewAccount() async throws -> StoredAccountData {
try await setAccount(action: .new)!
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ class RedeemVoucherViewController: UIViewController, UINavigationControllerDeleg
contentView.isEditing = false

contentView.state = .logout

Task {
[weak self] in
guard let self else { return }
Expand Down

0 comments on commit 83347b3

Please sign in to comment.