Skip to content

Commit

Permalink
fix empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Siedlerchr committed Sep 1, 2020
1 parent 514964f commit 679631f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,6 @@ private boolean save(Path targetPath, SaveDatabaseMode mode) {
} finally {
// release panel from save status
panel.setSaving(false);

}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,5 +63,4 @@ public <T> ScheduledFuture<?> scheduleTask(Callable<?> command) {
public void shutdown() {
executor.shutdown();
}

}

0 comments on commit 679631f

Please sign in to comment.