Skip to content

Commit

Permalink
style: style
Browse files Browse the repository at this point in the history
  • Loading branch information
Dankoy committed May 6, 2024
1 parent ce21cf9 commit d3a7698
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 @@ -111,7 +111,6 @@ public void export(String sourceLanguage, String targetLanguage, List<String> op
log.info("State is the same as database. Export is not necessary.");
}
}

}

private void asyncFunc(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public String create(List<AnkiData> ankiDataList) {
Thread.currentThread().interrupt();
throw new KorvoRootException("Interrupted while waiting for task completion", e);
}

}

// create full template
Expand Down

0 comments on commit d3a7698

Please sign in to comment.