mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-18 21:35:51 -04:00
White space
This commit is contained in:
@@ -19,7 +19,6 @@ namespace NzbDrone.Api.Mapping
|
|||||||
source.GetType().GetGenericTypeDefinition() != null &&
|
source.GetType().GetGenericTypeDefinition() != null &&
|
||||||
source.GetType().GetGenericTypeDefinition().GetInterfaces().Contains(typeof(IEnumerable)))
|
source.GetType().GetGenericTypeDefinition().GetInterfaces().Contains(typeof(IEnumerable)))
|
||||||
{
|
{
|
||||||
|
|
||||||
var result = new TTarget();
|
var result = new TTarget();
|
||||||
|
|
||||||
var listSubType = targetType.GetGenericArguments()[0];
|
var listSubType = targetType.GetGenericArguments()[0];
|
||||||
|
|||||||
@@ -92,7 +92,6 @@ namespace NzbDrone.Common.EnsureThat
|
|||||||
throw ExceptionFactory.CreateForParamValidation(param.Name, string.Format("value [{0}] is not a valid relative path. relative paths can not start with \\", param.Value));
|
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;
|
return param;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user