From d292fbaee83358c6dce49b7d3f0b74d9809845d0 Mon Sep 17 00:00:00 2001 From: Cucumberrbob <128094686+Cucumberrbob@users.noreply.github.com> Date: Thu, 20 Feb 2025 14:59:09 +0000 Subject: [PATCH] remove superfluous newline --- server/RdtClient.Service/Services/DownloadClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/server/RdtClient.Service/Services/DownloadClient.cs b/server/RdtClient.Service/Services/DownloadClient.cs index ef74a05..989c9c7 100644 --- a/server/RdtClient.Service/Services/DownloadClient.cs +++ b/server/RdtClient.Service/Services/DownloadClient.cs @@ -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);