Code tidy up

This commit is contained in:
flightlevel
2019-03-06 20:20:32 +11:00
parent 6ac9555cb5
commit a5f0e2b5db
2 changed files with 16 additions and 17 deletions

View File

@@ -1,7 +1,5 @@
using System;
using System.Collections.Generic;
using System.Runtime.InteropServices;
using System.Text;
namespace Jackett.Common.Utils
{
@@ -67,7 +65,6 @@ namespace Jackett.Common.Utils
return JackettVariant.NotFound;
}
public string GetArtifactFileName(JackettVariant variant)
{
switch (variant)