summaryrefslogtreecommitdiffhomepage
path: root/ios/RelayCache
diff options
context:
space:
mode:
authorAndrej Mihajlov <and@mullvad.net>2023-05-22 13:34:32 +0200
committerAndrej Mihajlov <and@mullvad.net>2023-05-22 13:34:32 +0200
commitd6ecc3f4770541eeb2e7fdf0b7361411ab218b97 (patch)
treeb1be46f097baa24df4f417b4f44237a8a65787d2 /ios/RelayCache
parent0bdc3c98ecd39ce738307dc9fda254af4ddf0c41 (diff)
parentab46d1d97532e2f944cca13191dcf0eb8a625cb9 (diff)
downloadmullvadvpn-d6ecc3f4770541eeb2e7fdf0b7361411ab218b97.tar.xz
mullvadvpn-d6ecc3f4770541eeb2e7fdf0b7361411ab218b97.zip
Merge branch 'swiftformat-increase-swiftversion'
Diffstat (limited to 'ios/RelayCache')
-rw-r--r--ios/RelayCache/RelayCache.swift4
1 files changed, 2 insertions, 2 deletions
diff --git a/ios/RelayCache/RelayCache.swift b/ios/RelayCache/RelayCache.swift
index 0952f05438..3c5ceb3a20 100644
--- a/ios/RelayCache/RelayCache.swift
+++ b/ios/RelayCache/RelayCache.swift
@@ -61,7 +61,7 @@ public final class RelayCache {
byAccessor: accessor
)
- if let error = error {
+ if let error {
result = .failure(error)
}
@@ -88,7 +88,7 @@ public final class RelayCache {
byAccessor: accessor
)
- if let error = error {
+ if let error {
result = .failure(error)
}