Skip to content

Commit

Permalink
[internal] removed pointless if
Browse files Browse the repository at this point in the history
  • Loading branch information
gan-of-culture committed Oct 6, 2024
1 parent bcbf2f1 commit 9d0d1d6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions downloader/decrypt.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,6 @@ func decrypt(key []byte, fileName string) ([]byte, error) {
}

iv := defaultIV(uint64(0))
if err != nil {
return nil, err
}
data, err = decryptAES128(data, key, iv)
if err != nil {
return nil, err
Expand Down

0 comments on commit 9d0d1d6

Please sign in to comment.