diff options
| author | Andrej Mihajlov <and@mullvad.net> | 2023-03-28 12:54:22 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-03-28 16:06:01 +0200 |
| commit | 92bdc4aebd57f1840a4eaa66e94b194f4cab63b0 (patch) | |
| tree | 785754ad4f28fe95838df0b395171b9fde47d4c6 | |
| parent | cb3f0080298f636ddfbcc98b3e4d4bb2ec0dc9ba (diff) | |
| download | mullvadvpn-92bdc4aebd57f1840a4eaa66e94b194f4cab63b0.tar.xz mullvadvpn-92bdc4aebd57f1840a4eaa66e94b194f4cab63b0.zip | |
Swiftformat: update --maxwidth to 120
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 |
