Skip to content

Commit

Permalink
fix-wrong-call (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangtianyu authored Oct 12, 2024
1 parent daf764a commit aefc039
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public static <T extends PsiElement> String transformElementToString(Collection<
}
}

result.append(simplifyElement(element)).append("\n\n");
result.append(filterLargeElement(element)).append("\n\n");
}

return result.toString();
Expand Down

0 comments on commit aefc039

Please sign in to comment.