diff options
3 files changed, 3 insertions, 5 deletions
diff --git a/ios/.swiftformat b/ios/.swiftformat index 4a2eebe95e..2d23b54781 100644 --- a/ios/.swiftformat +++ b/ios/.swiftformat @@ -6,7 +6,7 @@ # format options --indent 4 ---maxwidth 100 +--maxwidth 120 --wraparguments before-first --wrapcollections before-first --wrapternary before-operators diff --git a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift index 5d9e978e60..ec5ef9e0ae 100644 --- a/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift +++ b/ios/MullvadVPN/Notifications/Notification Providers/AccountExpiryInAppNotificationProvider.swift @@ -11,8 +11,7 @@ import Foundation private let triggerInterval = 3 private let refreshInterval = 60 -final class AccountExpiryInAppNotificationProvider: NotificationProvider, InAppNotificationProvider -{ +final class AccountExpiryInAppNotificationProvider: NotificationProvider, InAppNotificationProvider { private var accountExpiry: Date? private var tunnelObserver: TunnelBlockObserver? private var timer: DispatchSourceTimer? diff --git a/ios/MullvadVPN/StorePaymentManager/SendStoreReceiptOperation.swift b/ios/MullvadVPN/StorePaymentManager/SendStoreReceiptOperation.swift index 4afb212585..e78c9993a8 100644 --- a/ios/MullvadVPN/StorePaymentManager/SendStoreReceiptOperation.swift +++ b/ios/MullvadVPN/StorePaymentManager/SendStoreReceiptOperation.swift @@ -13,8 +13,7 @@ import MullvadTypes import Operations import StoreKit -class SendStoreReceiptOperation: ResultOperation<REST.CreateApplePaymentResponse>, SKRequestDelegate -{ +class SendStoreReceiptOperation: ResultOperation<REST.CreateApplePaymentResponse>, SKRequestDelegate { private let apiProxy: REST.APIProxy private let accountNumber: String |
