Skip to content

Commit

Permalink
formatted with spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
astrapi69 committed Nov 20, 2023
1 parent 751f0e1 commit 68674ef
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,8 @@ protected void onDeleteTableEntry()

protected void onEditTableEntry()
{
getTblTreeEntryTable().getSingleSelectedRowData().ifPresent(this::showEditMysticCryptEntryDialog);
getTblTreeEntryTable().getSingleSelectedRowData()
.ifPresent(this::showEditMysticCryptEntryDialog);
}

protected void onOpenUrlOfTableEntry()
Expand Down

0 comments on commit 68674ef

Please sign in to comment.