Skip to content

Commit

Permalink
Checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
benhalasi committed Jul 10, 2023
1 parent a8b3e9c commit c2fafbb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ private static boolean areTokenListsMatching(
}

private static final class MemberWithComments {
final Tree member;
final ImmutableList<Tokens.Comment> comments;
private final Tree member;
private final ImmutableList<Tokens.Comment> comments;

MemberWithComments(Tree member, ImmutableList<Tokens.Comment> comments) {
this.member = member;
Expand Down

0 comments on commit c2fafbb

Please sign in to comment.