Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
brenoepics committed Jul 20, 2024
1 parent 6aac4b0 commit dc817b5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
import org.jetbrains.annotations.NotNull;

public class EmailDelegate {
private EmailDelegate() {
throw new IllegalStateException("Utility class");
}
private EmailDelegate() {
throw new IllegalStateException("Utility class");
}

/** The default list of valid email domains. */
protected static final List<String> VALID_DOMAINS =
Expand Down

0 comments on commit dc817b5

Please sign in to comment.