Skip to content

Commit 6e01da7

Browse files
committed
regen
1 parent 55acac7 commit 6e01da7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/http-client-csharp/generator/TestProjects/Local/Sample-TypeSpec/src/Generated/Models/DynamicModel.Serialization.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -994,7 +994,7 @@ private IEnumerable<AnotherDynamicModel> ActiveListFoo()
994994
{
995995
yield break;
996996
}
997-
for (int i = 0; (i < ListFoo.Count); i++)
997+
for (int i = 0; i < ListFoo.Count; i++)
998998
{
999999
if (!ListFoo[i].Patch.IsRemoved("$"u8))
10001000
{

0 commit comments

Comments
 (0)