Skip to content

Commit

Permalink
pr feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Nowak committed May 28, 2019
1 parent 3d38b3b commit 95832c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ internal void ProcessDuplicateAttributes(int first)
var buffer = _entries.Buffer;
var last = _entries.Count - 1;

for (var i = first; i <= last; i++ )
for (var i = first; i <= last; i++)
{
if (buffer[i].FrameType != RenderTreeFrameType.Attribute)
{
Expand Down

0 comments on commit 95832c6

Please sign in to comment.