Skip to content

Commit

Permalink
Fix typo in Analyzers.xml (#797)
Browse files Browse the repository at this point in the history
  • Loading branch information
SergerGood authored Apr 25, 2021
1 parent 6a6d8fc commit d321dce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Analyzers/Analyzers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5195,7 +5195,7 @@ while (x) // [|Id|]
M();
i++;
}]]></Before>
<After><![CDATA[for (int i = 0; f; i++)
<After><![CDATA[for (int i = 0; x; i++)
{
M();
}]]></After>
Expand Down Expand Up @@ -5598,4 +5598,4 @@ void M()
</Option>
</Options>
</Analyzer>
</Analyzers>
</Analyzers>

0 comments on commit d321dce

Please sign in to comment.