Skip to content

Commit

Permalink
FT-722: fixed code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
pavanmanishd committed Nov 26, 2024
1 parent e2d39aa commit be27a93
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@
import com.atlan.model.enums.AtlanStatus;
import com.atlan.model.fields.*;
import com.atlan.model.relations.Reference;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.List;
import java.util.stream.Collectors;
import java.util.stream.Stream;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Builder;
import lombok.Singular;

Expand Down

0 comments on commit be27a93

Please sign in to comment.