Skip to content

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Apr 17, 2023
1 parent 51df43e commit 3a2bebb
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -478,8 +478,11 @@ private String getChecksum(File file) throws IOException {
return enc.toLowerCase();
}

private void decryptFile(final File file, final String ivSessionKey, final String version)
throws IOException {
private void decryptFile(
final File file,
final String ivSessionKey,
final String version
) throws IOException {
// (str != null && !str.isEmpty())
if (
this.privateKey == null ||
Expand Down

0 comments on commit 3a2bebb

Please sign in to comment.