mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
fix indents for #4296
This commit is contained in:
@@ -327,8 +327,7 @@ public class JavaEditor extends Editor {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
if (textarea.isSelectionActive()) {
|
||||
handleFindReference();
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
statusNotice(Language.text("editor.status.find_reference.select_word_first"));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user