Skip to content

Commit

Permalink
fix(UnityIntegration): unnecessary creation of an intermediate list
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Marcel Böddecker committed Jan 6, 2019
1 parent 2821d12 commit 6d65c74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/FodyRunner.UnityIntegration/WeaverPathsHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ static WeaverPathsHelper()
}

SearchPaths = listRequest.Result.Select(info => info.resolvedPath)
.ToList()
.Concat(
new[]
{
Expand Down

0 comments on commit 6d65c74

Please sign in to comment.