Skip to content

Commit

Permalink
fix checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
924060929 committed Oct 30, 2024
1 parent a3411b4 commit d10a90f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ public FormatChecker(StringInspect stringInspect) {

protected abstract boolean doCheck();

/** check */
public final boolean check() {
this.checkStartIndex = stringInspect.index();
boolean valid = doCheck();
Expand Down

0 comments on commit d10a90f

Please sign in to comment.