Skip to content

Commit

Permalink
formatted with spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Jul 22, 2023
1 parent 6cd15b3 commit 09150f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ public SaveApplicationFileAction(final String name)
@Override
public void actionPerformed(final ActionEvent e)
{
ApplicationXmlFileStoreWorker.storeApplicationFile(MysticCryptApplicationFrame.getInstance()
.getModelObject());
ApplicationXmlFileStoreWorker
.storeApplicationFile(MysticCryptApplicationFrame.getInstance().getModelObject());
ApplicationEventBus.getSaveState().fireEvent(new EventObject<>(RenderMode.VIEWABLE));
}
}

0 comments on commit 09150f9

Please sign in to comment.