From b1ec41c99032bf937de54e7505fdc285a25dca16 Mon Sep 17 00:00:00 2001 From: Michael Feinbier Date: Fri, 15 Sep 2023 16:56:33 +0200 Subject: [PATCH] Fix styles --- src/NzbDrone.Core/Download/Clients/Putio/PutioPriority.cs | 4 ++-- src/NzbDrone.Core/Download/Clients/Putio/PutioProxy.cs | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/NzbDrone.Core/Download/Clients/Putio/PutioPriority.cs b/src/NzbDrone.Core/Download/Clients/Putio/PutioPriority.cs index 1a93436c2..e5e69b121 100644 --- a/src/NzbDrone.Core/Download/Clients/Putio/PutioPriority.cs +++ b/src/NzbDrone.Core/Download/Clients/Putio/PutioPriority.cs @@ -1,8 +1,8 @@ -namespace NzbDrone.Core.Download.Clients.Putio +namespace NzbDrone.Core.Download.Clients.Putio { public enum PutioPriority { Last = 0, First = 1 } -} \ No newline at end of file +} diff --git a/src/NzbDrone.Core/Download/Clients/Putio/PutioProxy.cs b/src/NzbDrone.Core/Download/Clients/Putio/PutioProxy.cs index e4da24a7c..ca3da1279 100644 --- a/src/NzbDrone.Core/Download/Clients/Putio/PutioProxy.cs +++ b/src/NzbDrone.Core/Download/Clients/Putio/PutioProxy.cs @@ -109,6 +109,5 @@ namespace NzbDrone.Core.Download.Clients.Putio return Json.Deserialize(responseContent); } - } }