Minor. Reformatted.
This commit is contained in:
@@ -124,7 +124,9 @@ public class KotlinInlineLocalHandler extends InlineActionHandler {
|
|||||||
}
|
}
|
||||||
|
|
||||||
final List<JetExpression> inlinedExpressions = Lists.newArrayList();
|
final List<JetExpression> inlinedExpressions = Lists.newArrayList();
|
||||||
CommandProcessor.getInstance().executeCommand(project, new Runnable() {
|
CommandProcessor.getInstance().executeCommand(
|
||||||
|
project,
|
||||||
|
new Runnable() {
|
||||||
@Override
|
@Override
|
||||||
public void run() {
|
public void run() {
|
||||||
ApplicationManager.getApplication().runWriteAction(new Runnable() {
|
ApplicationManager.getApplication().runWriteAction(new Runnable() {
|
||||||
@@ -155,7 +157,9 @@ public class KotlinInlineLocalHandler extends InlineActionHandler {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}, RefactoringBundle.message("inline.command", name), null);
|
},
|
||||||
|
RefactoringBundle.message("inline.command", name),
|
||||||
|
null);
|
||||||
}
|
}
|
||||||
|
|
||||||
private static boolean showDialog(Project project, String name, Collection<PsiReference> references) {
|
private static boolean showDialog(Project project, String name, Collection<PsiReference> references) {
|
||||||
|
|||||||
Reference in New Issue
Block a user