Skip to content

Commit cd4b55e

Browse files
committed
Resolve lint and format
1 parent 09cba3a commit cd4b55e

File tree

2 files changed

+140
-108
lines changed

2 files changed

+140
-108
lines changed

Tests/OpenFeatureTests/Helpers/MockProvider.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class MockProvider: FeatureProvider {
4343
String,
4444
Int64,
4545
EvaluationContext?
46-
) throws -> ProviderEvaluation<Int64> = { _, fallback, _ in
46+
) throws -> ProviderEvaluation<Int64> = { _, fallback, _ in
4747
return ProviderEvaluation(value: fallback, flagMetadata: [:])
4848
},
4949
getDoubleEvaluation: @escaping (
@@ -57,7 +57,7 @@ class MockProvider: FeatureProvider {
5757
String,
5858
Value,
5959
EvaluationContext?
60-
) throws -> ProviderEvaluation<Value> = { _, fallback, _ in
60+
) throws -> ProviderEvaluation<Value> = { _, fallback, _ in
6161
return ProviderEvaluation(value: fallback, flagMetadata: [:])
6262
},
6363
observe: @escaping () -> AnyPublisher<ProviderEvent?, Never> = { Just(nil).eraseToAnyPublisher() }
@@ -132,4 +132,4 @@ extension MockProvider {
132132
}
133133
}
134134
}
135-
}
135+
}

0 commit comments

Comments
 (0)