White space

This commit is contained in:
Mark McDowall 2013-11-14 18:28:26 -08:00
parent 9269d3416c
commit 5b62408ff1
2 changed files with 0 additions and 2 deletions

View file

@ -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));
}
return param;
}