mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
White space
This commit is contained in:
parent
9269d3416c
commit
5b62408ff1
@ -19,7 +19,6 @@ public static class ValueInjectorExtensions
|
||||
source.GetType().GetGenericTypeDefinition() != null &&
|
||||
source.GetType().GetGenericTypeDefinition().GetInterfaces().Contains(typeof(IEnumerable)))
|
||||
{
|
||||
|
||||
var result = new TTarget();
|
||||
|
||||
var listSubType = targetType.GetGenericArguments()[0];
|
||||
|
@ -92,7 +92,6 @@ public static Param<string> IsRelativePath(this Param<string> param)
|
||||
throw ExceptionFactory.CreateForParamValidation(param.Name, string.Format("value [{0}] is not a valid relative path. relative paths can not start with \\", param.Value));
|
||||
}
|
||||
|
||||
|
||||
return param;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user