Skip to content

Commit

Permalink
removing space
Browse files Browse the repository at this point in the history
  • Loading branch information
supriyapethkar authored and naponce committed Jun 8, 2020
1 parent e44abad commit a0da37e
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;

@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class FreeTrialInfo {

private Boolean active;
}

0 comments on commit a0da37e

Please sign in to comment.