Skip to content

Commit

Permalink
Format better for readability (#14682)
Browse files Browse the repository at this point in the history
  • Loading branch information
mohityadav766 authored Jan 11, 2024
1 parent 190212c commit ff690d8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ public class PasswordUtil {
static {
List<Rule> rules = new ArrayList<>();
// 8 and 16 characters
rules.add(new LengthRule(8, 16));
rules.add(new LengthRule(8, 56));
// No whitespace allowed
rules.add(new WhitespaceRule());
// At least one Upper-case character
Expand Down

0 comments on commit ff690d8

Please sign in to comment.