summaryrefslogtreecommitdiffhomepage
path: root/ios/RelayCache/RelayCache.swift
diff options
context:
space:
mode:
Diffstat (limited to 'ios/RelayCache/RelayCache.swift')
-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)
}