remove superfluous newline

This commit is contained in:
Cucumberrbob 2025-02-20 14:59:09 +00:00
parent 8e1f61472a
commit d292fbaee8
No known key found for this signature in database
GPG key ID: 2B935C47401C3614

View file

@ -58,7 +58,6 @@ public class DownloadClient(Download download, Torrent torrent, String destinati
throw new("Invalid download path");
}
if (Type != Data.Enums.DownloadClient.Symlink)
{
await FileHelper.Delete(filePath);