Skip to content

Commit

Permalink
Fix CS0168
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeliux committed Aug 16, 2024
1 parent 15e8be5 commit 5fc2ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/Kryptor.Cli.Shared/Wordlist/DownloadSession.cs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ private async Task VerifyHash(Stream stream, CancellationToken cancellationToken
}
}
}
catch (InvalidDataException idex)
catch (InvalidDataException)
{
stream?.Dispose();
throw;
Expand Down

0 comments on commit 5fc2ba3

Please sign in to comment.