Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
Signed-off-by: Kavindu Dodanduwa <[email protected]>
  • Loading branch information
Kavindu-Dodan committed May 31, 2023
1 parent 317ace4 commit ec8c6f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/java/dev/openfeature/sdk/FlagEvaluationDetails.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@
*
* @param <T> the type of the flag being evaluated.
*/
@Data @Builder public class FlagEvaluationDetails<T> implements BaseEvaluation<T> {
@Data
@Builder
public class FlagEvaluationDetails<T> implements BaseEvaluation<T> {

private String flagKey;
private T value;
Expand Down

0 comments on commit ec8c6f9

Please sign in to comment.