diff options
| author | Bug Magnet <marco.nikic@mullvad.net> | 2023-06-21 16:20:05 +0200 |
|---|---|---|
| committer | Bug Magnet <marco.nikic@mullvad.net> | 2023-06-27 15:54:20 +0200 |
| commit | 7e8e9d306d56e4534c95ed07a796aa0475ff0721 (patch) | |
| tree | 76537805fc481f828728a4d67eee39a287dc26e0 /ios/Operations/AsyncOperationQueue.swift | |
| parent | 28b3234f329d715c8dc8a11da97ee6fa9bf19b2f (diff) | |
| download | mullvadvpn-7e8e9d306d56e4534c95ed07a796aa0475ff0721.tar.xz mullvadvpn-7e8e9d306d56e4534c95ed07a796aa0475ff0721.zip | |
New swiftformat rule, enable google swift guidelines
Diffstat (limited to 'ios/Operations/AsyncOperationQueue.swift')
| -rw-r--r-- | ios/Operations/AsyncOperationQueue.swift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/Operations/AsyncOperationQueue.swift b/ios/Operations/AsyncOperationQueue.swift index d1269a8175..1944dccf25 100644 --- a/ios/Operations/AsyncOperationQueue.swift +++ b/ios/Operations/AsyncOperationQueue.swift @@ -13,10 +13,10 @@ public final class AsyncOperationQueue: OperationQueue { if let operation = operation as? AsyncOperation { let categories = operation.conditions .filter { condition in - return condition.isMutuallyExclusive + condition.isMutuallyExclusive } .map { condition in - return condition.name + condition.name } if !categories.isEmpty { |
