Skip to content

Commit 69089f0

Browse files
authored
Fix indentation (#4379)
1 parent f4bb7fc commit 69089f0

File tree

1 file changed

+4
-4
lines changed
  • samples/snippets/csharp/VS_Snippets_CLR/Environment.NewLine/CS

1 file changed

+4
-4
lines changed

samples/snippets/csharp/VS_Snippets_CLR/Environment.NewLine/CS/newline.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ class Sample
66
{
77
public static void Main()
88
{
9-
Console.WriteLine();
10-
Console.WriteLine("NewLine: {0} first line{0} second line{0} third line",
11-
Environment.NewLine);
9+
Console.WriteLine();
10+
Console.WriteLine("NewLine: {0} first line{0} second line{0} third line",
11+
Environment.NewLine);
1212
}
1313
}
1414
/*
@@ -19,4 +19,4 @@ first line
1919
second line
2020
third line
2121
*/
22-
//</snippet1>
22+
//</snippet1>

0 commit comments

Comments
 (0)