Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
HaidenRothwell committed Dec 6, 2024
1 parent b07d3b3 commit b658e52
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ private TypeIdentifier typeIdentifier(boolean wrapped) {
if (wrapped) {
eat(TYPE_IDENTIFIER);
}

List<String> parts = new ArrayList<>();
parts.add(eat(IDENTIFIER).value());
while (lookahead != null && lookahead.type() == DOT) {
Expand Down

0 comments on commit b658e52

Please sign in to comment.