Skip to content

Commit ff7f398

Browse files
author
Dick Baker
authored
spaces matter (dotnet#9707)
imprecise output result: spaces matter
1 parent 1a58f48 commit ff7f398

File tree

1 file changed

+6
-6
lines changed
  • snippets/csharp/System.Linq/Enumerable/AggregateTSource

1 file changed

+6
-6
lines changed

snippets/csharp/System.Linq/Enumerable/AggregateTSource/enumerable.cs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,12 +2074,12 @@ static void SelectEx2()
20742074
/*
20752075
This code produces the following output:
20762076
2077-
{index=0, str=}
2078-
{index=1, str=b}
2079-
{index=2, str=ma}
2080-
{index=3, str=ora}
2081-
{index=4, str=pass}
2082-
{index=5, str=grape}
2077+
{ index = 0, str = }
2078+
{ index = 1, str = b }
2079+
{ index = 2, str = ma }
2080+
{ index = 3, str = ora }
2081+
{ index = 4, str = pass }
2082+
{ index = 5, str = grape }
20832083
*/
20842084
// </Snippet76>
20852085
}

0 commit comments

Comments
 (0)