Removed extra space

This commit is contained in:
David Fowler 2015-11-08 07:39:23 -08:00
parent 1470ab60d2
commit 82f3b22308

View file

@ -147,7 +147,7 @@ namespace Microsoft.Extensions.ProjectModel.Resolution
}
private IEnumerable<LibraryRange> GetRangesWithSourceLocations(LibraryDescription library)
{
{
foreach (var range in library.RequestedRanges)
{
if (!string.IsNullOrEmpty(range.SourceFilePath))