Fix styles

This commit is contained in:
Michael Feinbier 2023-09-15 16:56:33 +02:00
parent cd162f83c2
commit b1ec41c990
2 changed files with 2 additions and 3 deletions

View File

@ -1,8 +1,8 @@
namespace NzbDrone.Core.Download.Clients.Putio
namespace NzbDrone.Core.Download.Clients.Putio
{
public enum PutioPriority
{
Last = 0,
First = 1
}
}
}

View File

@ -109,6 +109,5 @@ namespace NzbDrone.Core.Download.Clients.Putio
return Json.Deserialize<TResult>(responseContent);
}
}
}