Fixed :Compile warning cleanup (#314)

Fixed :Compile warning cleanup
This commit is contained in:
Qstick
2018-04-22 17:12:57 -04:00
committed by GitHub
parent 8d113864aa
commit 25c0423ef6
17 changed files with 38 additions and 44 deletions
+1 -3
View File
@@ -1,4 +1,4 @@
using TinyIoC;
using TinyIoC;
using System;
using System.Collections.Generic;
using System.Linq;
@@ -91,7 +91,6 @@ namespace Lidarr.Http
break;
case Lifetime.PerRequest:
throw new InvalidOperationException("Unable to directly register a per request lifetime.");
break;
default:
throw new ArgumentOutOfRangeException();
}
@@ -118,7 +117,6 @@ namespace Lidarr.Http
break;
case Lifetime.PerRequest:
throw new InvalidOperationException("Unable to directly register a per request lifetime.");
break;
default:
throw new ArgumentOutOfRangeException();
}