Skip to content

Commit 66809ae

Browse files
committed
fix formatting
Signed-off-by: Kavindu Dodanduwa <[email protected]>
1 parent fbe19cd commit 66809ae

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
*
1111
* @param <T> the type of the flag being evaluated.
1212
*/
13-
@Data @Builder public class FlagEvaluationDetails<T> implements BaseEvaluation<T> {
13+
@Data
14+
@Builder
15+
public class FlagEvaluationDetails<T> implements BaseEvaluation<T> {
1416

1517
private String flagKey;
1618
private T value;

0 commit comments

Comments
 (0)