Removed extra space
This commit is contained in:
parent
1470ab60d2
commit
82f3b22308
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue