Skip to content

Commit

Permalink
Fix Quality Flaws: Fix inconsistent indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Wohops authored and alban-auzeill committed Feb 19, 2024
1 parent 30b79ed commit c63b0ae
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ public interface TreeVisitor {

void visitArrayDimension(ArrayDimensionTree tree);

void visitTypePattern(TypePatternTree tree);
void visitTypePattern(TypePatternTree tree);

void visitNullPattern(NullPatternTree tree);

void visitDefaultPattern(DefaultPatternTree tree);
void visitDefaultPattern(DefaultPatternTree tree);

void visitGuardedPattern(GuardedPatternTree tree);

Expand Down

0 comments on commit c63b0ae

Please sign in to comment.