Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
AGulev committed Jul 24, 2023
1 parent 58d5a10 commit 4eeca2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/java/com/defold/editor/Start.java
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ public void start(Stage primaryStage) throws Exception {
dockMenuItem.addActionListener(new ActionListener() {
@Override
public void actionPerformed(ActionEvent e) {
try {
try {
newWindow();
} catch (Throwable t) {
logger.error("Can't open new window", t);
Expand Down

0 comments on commit 4eeca2c

Please sign in to comment.