格式化代码

pull/1/head
ZhouXY108 2023-09-10 16:42:45 +08:00
parent 791b3bb14c
commit 629a28ff62
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ public final class Validator<T> extends BaseValidator<T> {
withRule(rule, exceptionCreator);
return this;
}
public final <E extends RuntimeException> Validator<T> addRule(Predicate<T> rule, Function<T, E> exceptionCreator) {
withRule(rule, exceptionCreator);
return this;