Skip to content

Commit

Permalink
[create-pull-request] automated change (#9057)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 29, 2022
1 parent b9f7ba2 commit d39b3be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ IEnumerable<Instruction> CreatePointCollection(ModuleDefinition module, PointCol
yield return Instruction.Create(OpCodes.Dup);
yield return Instruction.Create(OpCodes.Ldc_I4, i);

foreach (var instruction in pointTypeConverter.CreatePoint (module, points[i]))
foreach (var instruction in pointTypeConverter.CreatePoint(module, points[i]))
{
yield return instruction;
}
Expand Down

0 comments on commit d39b3be

Please sign in to comment.