Skip to content

Commit 7fc0ed1

Browse files
committed
spotless
Signed-off-by: christian.lutnik <christian.lutnik@dynatrace.com>
1 parent 15363e0 commit 7fc0ed1

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

src/test/java/dev/openfeature/sdk/testutils/testProvider/TestProvider.java

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,12 +106,7 @@ public Metadata getMetadata() {
106106
}
107107

108108
private <T> ProviderEvaluation<T> getEvaluation(
109-
String key,
110-
T defaultValue,
111-
FlagValueType flagType,
112-
Class<T> clazz,
113-
EvaluationContext evaluationContext
114-
) {
109+
String key, T defaultValue, FlagValueType flagType, Class<T> clazz, EvaluationContext evaluationContext) {
115110
flagEvaluations.add(new FlagEvaluation(key, flagType, evaluationContext));
116111
if (throwable != null) {
117112
throw throwable;
@@ -393,8 +388,7 @@ private TestProvider build() {
393388
errorCode,
394389
errorMessage,
395390
runtimeException,
396-
fatalOnInit
397-
);
391+
fatalOnInit);
398392
}
399393
}
400394
}

0 commit comments

Comments
 (0)