Skip to content

Commit

Permalink
added spaceing.
Browse files Browse the repository at this point in the history
  • Loading branch information
Rahul-Biju committed Oct 17, 2023
1 parent 5d7f9c7 commit 4d07680
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ public List<? extends CodeAction> getCodeActions(JavaCodeActionContext context,
List<CodeAction> codeActions = new ArrayList<>();
PsiElement node = context.getCoveredNode();
PsiClass parentType = getBinding(node);

if (parentType != null) {
String title = Messages.getMessage("LetClassExtend",
parentType.getName(),
Expand Down

0 comments on commit 4d07680

Please sign in to comment.