Skip to content

Commit 37e89f7

Browse files
committed
formatting
Signed-off-by: christian.lutnik <[email protected]>
1 parent fe7ed8b commit 37e89f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/dev/openfeature/sdk/OpenFeatureClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,8 @@ public EvaluationContext getEvaluationContext() {
165165

166166
@SuppressFBWarnings(
167167
value = {"REC_CATCH_EXCEPTION"},
168-
justification =
169-
"We don't want to allow any exception to reach the user. Instead, we return an evaluation result with the appropriate error code.")
168+
justification = "We don't want to allow any exception to reach the user. "
169+
+ "Instead, we return an evaluation result with the appropriate error code.")
170170
private <T> FlagEvaluationDetails<T> evaluateFlag(
171171
FlagValueType type, String key, T defaultValue, EvaluationContext ctx, FlagEvaluationOptions options) {
172172
var flagOptions = ObjectUtils.defaultIfNull(

0 commit comments

Comments
 (0)