remove superfluous newline
This commit is contained in:
parent
8e1f61472a
commit
d292fbaee8
1 changed files with 0 additions and 1 deletions
|
|
@ -58,7 +58,6 @@ public class DownloadClient(Download download, Torrent torrent, String destinati
|
||||||
throw new("Invalid download path");
|
throw new("Invalid download path");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (Type != Data.Enums.DownloadClient.Symlink)
|
if (Type != Data.Enums.DownloadClient.Symlink)
|
||||||
{
|
{
|
||||||
await FileHelper.Delete(filePath);
|
await FileHelper.Delete(filePath);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue